DarkflameServer/dScripts/AllCrateChicken.h

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);
};