gameServer/Consts.hs
author nemo
Fri, 07 Oct 2011 17:29:00 -0400
changeset 6091 77b826a8f996
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Move the crystals to sprays to reduce the regularity of the land texture

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"