DarkflameServer/dScripts/ai/NS/WH/RockHydrantBroken.h

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

11 lines
209 B
C
Raw Normal View History

2022-04-17 04:32:15 +00:00
#pragma once
#include "CppScripts.h"
class RockHydrantBroken : public CppScripts::Script
{
public:
void OnStartup(Entity* self) override;
void OnTimerDone(Entity* self, std::string timerName) override;
};