LambdaHack-0.10.2.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers
Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Content.RuleKind

Description

The type of game rules and assorted game data.

Synopsis

Documentation

data RuleContent Source #

The type of game rules and assorted game data.

Constructors

RuleContent 

Fields

Internal operations

validateSingle :: RuleContent -> [Text] Source #

Catch invalid rule kind definitions.