| Interface | Description |
|---|---|
| ObjectContainer |
Inherited by elements that hold objects.
|
| Class | Description |
|---|---|
| TAction |
This is a player-activated action.
|
| TContainer |
Container that just holds objects.
|
| TElement |
Common engine element object.
|
| TObject |
Objects are common elements that players interact with, examine, talk to, eat, take -
you get the idea.
|
| TPlayer |
The viewpoint inside a world.
|
| TRoom |
Environmental instance of every adventure game.
|
| TWorld |
Contains immutable World data.
|
| Enum | Description |
|---|---|
| TAction.Type |
The action type.
|