|
TheCOSCGameProject
1.0
|
Represents a non-player character (NPC) in a room. More...
#include <room.h>
Public Attributes | |
| std::string | name |
| Name of the NPC. More... | |
| std::unique_ptr< Game > | gamblingGame |
| Pointer to a gambling game associated with the NPC. More... | |
| int | skillLevel |
| Skill level of the NPC in the gambling game. More... | |
Represents a non-player character (NPC) in a room.
Contains the name, skill level, and an optional gambling game associated with the NPC.
| std::string NPC::name |
Name of the NPC.
| int NPC::skillLevel |
Skill level of the NPC in the gambling game.
1.8.13