DarkflameServer/dScripts/NjEarthPetServer.h

8 lines
193 B
C
Raw Normal View History

#pragma once
#include "PetFromObjectServer.h"
class NjEarthPetServer : public PetFromObjectServer {
void OnStartup(Entity *self) override;
const std::string m_Precondition = "279";
};