DarkflameServer/dScripts/MonCoreSmashableDoors.h

9 lines
160 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class MonCoreSmashableDoors : public CppScripts::Script {
public:
2022-07-28 13:39:57 +00:00
void OnDie(Entity* self, Entity* killer) override;
};