gameServer/Consts.hs
author sheepluva
Tue, 27 Sep 2011 04:31:08 +0200
changeset 6048 ae213ef7030a
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3 not quite finished (as you'll notice) - but this sheep is heading for sleep.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"