DarkflameServer/dScripts/ZoneAgSurvival.h
EmosewaMC 37de00464e M-Z scripts
Removing extraneous includes from scripts that start with the letter M-Z
2022-06-23 01:26:44 -07:00

12 lines
329 B
C++

#pragma once
#include "CppScripts.h"
#include "BaseSurvivalServer.h"
#include <map>
class ZoneAgSurvival : public BaseSurvivalServer {
Constants GetConstants() override;
SpawnerNetworks GetSpawnerNetworks() override;
MobSets GetMobSets() override;
std::map<uint32_t, uint32_t> GetMissionsToUpdate() override;
};