DarkflameServer/dScripts/02_server/Map/njhub/NjEarthPetServer.h
David Markowitz 8d37d9b681
Organize dScripts (#814)
* Organize dScripts

whitespace

Remove parent scope

Remove parent scope from initial setter

Remove debug

Remove helper programs

* Fix NtImagimeterVisibility script

Co-authored-by: aronwk-aaron <aronwk.aaron@gmail.com>
2022-11-03 12:57:54 -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";
};