eqemu-server/zone/zone_finable_locations.cpp
2024-11-27 18:54:14 -08:00

14 lines
195 B
C++

#include "zone.h"
void Zone::LoadFindableLocations() {
}
void Zone::ReloadFindableLocations() {
}
void Zone::ClearFindableLocations() {
}
void Zone::SendFindableLocations(Client* client) {
}