gameServer/Consts.hs
author Xeli
Wed, 17 Aug 2011 12:31:10 +0200
branchhedgeroid
changeset 5579 3176ee8a9d94
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
uTouch, has cursor move, zoom and click or tap to open the ammo menu

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"