Interface | Description |
---|---|
Targetable |
Interface for targetable game objects
|
Usable |
Interface for usable game objects
|
Class | Description |
---|---|
Attribute |
Wrapped integer class, for mutability
|
Attributes |
Class for character attributes
|
Chapter |
Class for game chapters
|
Defense |
Class for targetable objects defense
|
Equipment |
Class for character equipment
|
Experience |
Tuple for experience points
|
Health |
Tuple for health points
|
Inventory |
Class for character inventory, contains all player items
|
InventoryLock |
Class for inventory lock
|
Magicka |
Tuple for magicka points
|
Module |
Static class for current game module details
|
Resistance |
Class for game objects resistances
|
TargetableObject |
Class for simple game objects
|
WorldTime |
Class for game world time
|
Enum | Description |
---|---|
AttributeType |
Enumeration for attributes types
|