Experimenting with SQL
This commit is contained in:
@@ -40,4 +40,8 @@ std::string CharacterData::GetHandle() {
|
||||
|
||||
std::string CharacterData::GetAvatar() {
|
||||
return avatar;
|
||||
}
|
||||
|
||||
Inventory* CharacterData::GetInventory() {
|
||||
return &inventory;
|
||||
}
|
||||
Reference in New Issue
Block a user