gameServer/Consts.hs
author koda
Wed, 27 Apr 2011 02:34:38 +0200
changeset 5181 102fef5ca5fc
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
add getawaytime and tagteam mode to ios some tweaks to scheme creation

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"