Safe Haskell | None |
---|
Personal game configuration file type definitions.
- data Config = Config {
- configSelfString :: !String
- configFirstDeathEnds :: !Bool
- configFovMode :: !FovMode
- configSaveBkpClips :: !Int
- configAppDataDir :: !FilePath
- configScoresFile :: !FilePath
- configRulesCfgFile :: !FilePath
- configSavePrefix :: !String
- configHeroNames :: ![(Int, Text)]
Documentation
data Config
Fully typed contents of the rules config file. This config is a part of the game server.
Config | |
|