gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Fri, 06 Jul 2012 12:30:07 +0300
changeset 7239 598fe796dd01
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Increased turn time to 40

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"