gameServer/Consts.hs
author mikade
Fri, 09 Sep 2011 02:11:51 +0200
changeset 5817 70208e400a59
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
For now, don't spawn anything other than health crates.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"