DarkflameServer/dScripts/NjEarthPetServer.h
2022-07-28 08:39:57 -05:00

8 lines
187 B
C++

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