DarkflameServer/dScripts/NjhubLavaPlayerDeathTrigger.h
2022-07-28 08:39:57 -05:00

7 lines
170 B
C++

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