gameServer/Consts.hs
author nemo
Tue, 26 Feb 2013 09:10:48 -0500
branchicegun
changeset 8584 ea20d9cc8515
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
put ice colour in uVariables, add check for land that is already ice

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"