gameServer/Consts.hs
author nemo
Sat, 04 Aug 2012 21:36:31 -0400
changeset 7483 d479b98d38f7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
unbreak AI. remove inits from uLand

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"