DarkflameServer/dScripts/HydrantSmashable.h

8 lines
157 B
C
Raw Normal View History

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