Definition CharacterChatStatsByText.h:5
std::string getText()
Definition CharacterChatStatsByText.h:7
unsigned int getUsage()
Definition CharacterChatStatsByText.h:23
void setText(std::string val)
Definition CharacterChatStatsByText.h:11
void setUsage(unsigned int val)
Definition CharacterChatStatsByText.h:27
unsigned int getChatID()
Definition CharacterChatStatsByText.h:15
void setChatID(unsigned int val)
Definition CharacterChatStatsByText.h:19
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86