gameServer/Consts.hs
author nemo
Wed, 31 Oct 2012 15:29:16 -0400
branch0.9.18
changeset 7905 15577789ab8b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
update lua loc, adjust cleaver in ammo sets

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"