|
Dungeon Crawler
Library for turn based RPG
|
Public Member Functions | |
| Consequence (string name, int capacity, bool isTaken=false, Aspect effect=null) | |
| void | Take () |
Public Attributes | |
| string | Name |
| int | Capacity |
| bool | IsTaken |
| Aspect | Effect |
|
inline |
|
inline |
| string Name |
| int Capacity |
| bool IsTaken |
| Aspect Effect |