gameServer/Consts.hs
author mikade
Thu, 01 Sep 2011 00:28:38 +0200
changeset 5720 a962d0823f49
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
onHogAttack hook. Might reposition this later. Updates to Tumbler gameplay mode -- Better HUD -- Allow more user customization -- Bugfix for new gear spawns -- Performance tweaks -- Variety of small gameplay changes

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"