DarkflameServer/dScripts/ai/AG/AgTurret.h

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

9 lines
223 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class AgTurret : public CppScripts::Script {
void OnStartup(Entity* self);
void OnTimerDone(Entity* self, std::string timerName);
void OnRebuildStart(Entity* self, Entity* user);
};