gameServer/Consts.hs
author mikade
Tue, 26 Jul 2011 01:02:02 +0200
changeset 5457 48fe8e03a9cf
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Don't activate switch if player only has 1 hog Demo's mine is set explicity at 5s and not at scheme settings.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"