LambdaHack-0.4.100.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Common.Request

Description

Synopsis

Documentation

data RequestAI Source

Cclient-server requests sent by AI clients.

Instances

data RequestTimed :: Ability -> * where Source

Client-server requests that take game time. Sent by both AI and UI clients.

Instances

data RequestAnyAbility Source

Constructors

forall a . RequestAnyAbility !(RequestTimed a)