DarkflameServer/dScripts/02_server/Map/General/Ninjago/NjhubLavaPlayerDeathTrigger.h

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

7 lines
170 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NjhubLavaPlayerDeathTrigger : public CppScripts::Script {
void OnCollisionPhantom(Entity* self, Entity* target) override;
};