gameServer/Consts.hs
author nemo
Sat, 04 May 2013 08:16:50 -0400
changeset 8956 e0e914642e73
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Also have AI consider mines that will almost certainly be duds by the time he gets to them. I'm mostly using it to test AI behaviour w/ firepunch/whip/bat on a mine-heavy map.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"