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

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

12 lines
193 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class RockHydrantSmashable : public CppScripts::Script
{
public:
void OnDie(Entity* self, Entity* killer);
private:
LOT ROCK_HYDRANT_BROKEN = 12293;
};