gameServer/Consts.hs
author nemo
Mon, 10 Oct 2011 16:23:08 -0400
changeset 6121 895115acb8c5
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"