gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Sun, 26 Aug 2012 01:18:35 +0300
changeset 7518 70babd9073a2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Mission 5: fixed a few bugs that came with the update (ammo menu bug and initial gear elimination bug)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"