DarkflameServer/dScripts/ai/WILD/AllCrateChicken.h

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

10 lines
189 B
C
Raw Normal View History

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