#ifndef GFRACEINSTANCER_H #define GFRACEINSTANCER_H #include "CppScripts.h" class GfRaceInstancer : public CppScripts::Script { public: void OnStartup(Entity* self) override; }; #endif //!GFRACEINSTANCER_H