DarkflameServer/dScripts/NjhubLavaPlayerDeathTrigger.h

8 lines
174 B
C
Raw Normal View History

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