DarkflameServer/dScripts/ai/PETS/HydrantSmashable.h

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

11 lines
191 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class HydrantSmashable : public CppScripts::Script
{
public:
void OnDie(Entity* self, Entity* killer) override;
private:
LOT HYDRANT_BROKEN = 7328;
};