Removed the statistics structure from common/* and server/*

This commit is contained in:
Kayne Ruse
2014-11-16 22:34:12 +11:00
parent 97b7945191
commit cacd3dcd6d
10 changed files with 1 additions and 167 deletions
-4
View File
@@ -21,10 +21,6 @@
*/
#include "character_data.hpp"
Statistics* CharacterData::GetBaseStats() {
return &baseStats;
}
int CharacterData::GetOwner() {
return owner;
}