DarkflameServer/dScripts/NjhubLavaPlayerDeathTrigger.h

7 lines
170 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class NjhubLavaPlayerDeathTrigger : public CppScripts::Script {
2022-07-28 13:39:57 +00:00
void OnCollisionPhantom(Entity* self, Entity* target) override;
};