gameServer/Consts.hs
author sheepluva
Mon, 28 Mar 2011 16:24:42 +0200
changeset 5056 01ab6121fa3f
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Beach-Theme: fix+crop horizon and sky

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"