gameServer/Consts.hs
author Xeli
Wed, 17 Aug 2011 17:14:47 +0200
branchhedgeroid
changeset 5589 b95d10c82f7f
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Now able to select a weapon

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"