gameServer/Consts.hs
author sheepluva
Thu, 15 Sep 2011 01:41:21 +0200
changeset 5909 fb0113caa8c7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat. Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"