mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-01 16:51:08 -06:00
9 lines
160 B
C++
9 lines
160 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class MonCoreSmashableDoors : public CppScripts::Script {
|
|
public:
|
|
void OnDie(Entity* self, Entity* killer) override;
|
|
};
|
|
|