gameServer/Consts.hs
author nemo
Sat, 30 Jul 2011 15:36:11 -0400
changeset 5481 d3b9c4263cb7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
sucky temp graphic for land gun, also. an experiment - do these lines make it easier to tell when a weapon is disabled without being too ugly?

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"