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