gameServer/Consts.hs
author nemo
Mon, 17 Oct 2011 12:09:04 -0400
changeset 6136 db9eafaa66d5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"