gameServer/Consts.hs
author nemo
Wed, 24 Aug 2011 15:09:41 -0400
changeset 5676 a655dfab27d7
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"