DarkflameServer/dScripts/GfApeSmashingQB.h

9 lines
263 B
C
Raw Normal View History

# pragma once
#include "CppScripts.h"
class GfApeSmashingQB : public CppScripts::Script {
2022-07-28 13:39:57 +00:00
void OnStartup(Entity* self) override;
void OnTimerDone(Entity* self, std::string timerName) override;
void OnRebuildComplete(Entity* self, Entity* target) override;
};