Reconsidering the server's structure

This commit is contained in:
Kayne Ruse
2015-02-17 21:03:19 +11:00
parent 2cc7260552
commit 248d142c2b
3 changed files with 20 additions and 3 deletions
+4
View File
@@ -52,3 +52,7 @@ WaypointManager* RoomData::GetWaypointMgr() {
std::list<CharacterData*>* RoomData::GetCharacterList() {
return &characterList;
}
void RoomData::RunFrame() {
//TODO: (1) EMPTY
}