DarkflameServer/dScripts/NjhubLavaPlayerDeathTrigger.h
EmosewaMC 37de00464e M-Z scripts
Removing extraneous includes from scripts that start with the letter M-Z
2022-06-23 01:26:44 -07:00

7 lines
173 B
C++

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