| Safe Haskell | None |
|---|
Game.LambdaHack.Common.Response
Description
Abstract syntax of client commands. See https://github.com/LambdaHack/LambdaHack/wiki/Client-server-architecture.
- data ResponseAI
- data ResponseUI
Documentation
data ResponseAI Source
Abstract syntax of client commands that don't use the UI.
Constructors
| RespUpdAtomicAI !UpdAtomic | |
| RespQueryAI !ActorId | |
| RespPingAI |
Instances
data ResponseUI Source
Abstract syntax of client commands that use the UI.
Constructors
| RespUpdAtomicUI !UpdAtomic | |
| RespSfxAtomicUI !SfxAtomic | |
| RespQueryUI | |
| RespPingUI |
Instances