gameServer/ConfigFile.hs
author nemo
Wed, 02 Mar 2011 11:48:02 -0500
changeset 4977 c89cca0a8785
parent 4974 078cd026a7b1
child 4975 31da8979e5b1
permissions -rw-r--r--
Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.

module ConfigFile where

import Data.TConfig
-------------------
import CoreTypes

readServerConfig :: ServerInfo -> IO ServerInfo
readServerConfig = undefined

writeServerConfig :: ServerInfo -> IO
writeServerConfig = undefined