Finished the character management, but it needs testing.

This commit is contained in:
Kayne Ruse
2014-05-11 20:13:27 +10:00
parent b7877962f1
commit 80a26341b1
4 changed files with 77 additions and 11 deletions
+1
View File
@@ -30,6 +30,7 @@
struct CharacterData {
//metadata
int owner;
std::string handle;
std::string avatar;