mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-20 02:13:46 -05:00
8 lines
187 B
C++
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";
|
|
};
|