gameServer/Consts.hs
author sheepluva
Thu, 20 Oct 2011 23:25:16 +0200
changeset 6160 863d3edf5690
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"