gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Tue, 03 Jul 2012 12:15:07 +0300
changeset 7219 6c7739c6446f
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Set the choice constants to the correct values (1-3 instead of 0-2).

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"