Removed the statistics structure from common/* and server/*
This commit is contained in:
@@ -21,10 +21,6 @@
|
||||
*/
|
||||
#include "monster_data.hpp"
|
||||
|
||||
Statistics* MonsterData::GetBaseStats() {
|
||||
return &baseStats;
|
||||
}
|
||||
|
||||
std::string MonsterData::SetAvatar(std::string s) {
|
||||
return avatar = s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user