gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Tue, 26 Jun 2012 01:17:04 +0300
changeset 7209 f1976889e1a7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Changed color of the "Natives" team to make it more visible and reduced difficulty of the "easy" challenge in the first mission.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"