DarkflameServer/dScripts/02_server/Map/njhub/NjEarthPetServer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
187 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";
};