gameServer/Consts.hs
author nemo
Tue, 07 Feb 2012 22:39:36 -0500
changeset 6652 b043665dea3d
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
and oooone last off-by-1 in ammo menu

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"