DarkflameServer/dScripts/ZoneAgSurvival.h

12 lines
317 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
#include "BaseSurvivalServer.h"
#include <map>
class ZoneAgSurvival : public BaseSurvivalServer {
2022-07-28 13:39:57 +00:00
Constants GetConstants() override;
SpawnerNetworks GetSpawnerNetworks() override;
MobSets GetMobSets() override;
std::map<uint32_t, uint32_t> GetMissionsToUpdate() override;
};