gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Sat, 21 Jul 2012 01:54:41 +0300
changeset 7261 158f8fb74ded
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Placed hiding hogs at the end of StartMission in Mission 3

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"