gameServer/Consts.hs
author belphegorr <szabibibi@gmail.com>
Tue, 31 Jul 2012 20:25:28 +0300
changeset 7428 4cc8398384e6
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Mission 6: Fixed a typo, an animation bug, added 2 rope crates to the weapon stack

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"