gameServer/Consts.hs
author sheepluva
Mon, 31 Oct 2011 13:12:10 +0100
changeset 6248 103bc8fd4f1b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
don't hide target cursor if a hedgehog (other than current) is drowning, thanks to mikade for pointing this out

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"