gameServer/Consts.hs
author nemo
Sun, 20 Mar 2011 15:00:01 -0400
changeset 5033 46da78d7966b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
remove ammo if you suicide in the middle of uses

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"