|
SotM Engine API
Class documentation for the Sentinels of the Multiverse Engine API.
|
The Sentinels Engine uses the Model-View-Controller design pattern. Namespaces below this are one of those. More...
Namespaces | |
| namespace | Controller |
| The controller contains the logic of the game, including game rules and what each individual card in the game does. | |
| namespace | Model |
| The model contains all of the information about the state of a game of Sentinels, including where cards are, HP and other values, and temporary (status) effects. | |
Classes | |
| class | SentinelsEnumerationExtensions |
| A class that contains a helpful method that can be used anywhere in the code. | |
| class | TargetRemovedExpiryCriteria |
| NOTE: The namespace for this class is incorrect but cannot be fixed because it's serialized (and would break loading old save games). More... | |
| class | TurnTakerCriteria |
| NOTE: The namespace for this class is incorrect but cannot be fixed because it's serialized (and would break loading old save games). More... | |