gameServer/Consts.hs
author Henek
Sun, 26 Jun 2011 02:47:36 +0200
changeset 5313 5e18eaef65d0
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"