Replaced RoomData's hooks with Initialize API function
This commit is contained in:
@@ -44,19 +44,3 @@ RegionPagerLua* RoomData::GetPager() {
|
||||
std::list<Entity*>* RoomData::GetEntityList() {
|
||||
return &entityList;
|
||||
}
|
||||
|
||||
int RoomData::SetLoadReference(int i) {
|
||||
return loadRef = i;
|
||||
}
|
||||
|
||||
int RoomData::GetLoadReference() {
|
||||
return loadRef;
|
||||
}
|
||||
|
||||
int RoomData::SetUnloadReference(int i) {
|
||||
return unloadRef = i;
|
||||
}
|
||||
|
||||
int RoomData::GetUnloadReference() {
|
||||
return unloadRef;
|
||||
}
|
||||
Reference in New Issue
Block a user