gameServer/Consts.hs
author nemo
Tue, 21 May 2013 16:13:32 -0400
changeset 9026 f6074540bab2
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"