| Interface | Description |
|---|---|
| ScoreTracker.ScoreCalculator |
This will be the interface to a score calculator object.
|
| Class | Description |
|---|---|
| Assets |
This class defines the assets that the game uses.
|
| ConversationManagement |
This class controls conversation flow between Player and NPCs
|
| GameMain |
This is the class responsible for the game as a whole.
|
| OrthogonalTiledMapRendererWithPeople |
OrthogonalTiledMapRendererWithPeople
|
| ScoreTracker | |
| Settings |
This class is used for game wide CONSTANTS or VARIABLES
|
| SpeechboxManager |
This is to control the order that SpeechBoxes are shown in and controls flow of displaying the SpeechBoxes
|
| Enum | Description |
|---|---|
| ConversationManagement.QuestionStage |
This is the enumeration for the different stages of questioning the NPC
|