DarkflameServer/dScripts/ActPlayerDeathTrigger.h

10 lines
164 B
C
Raw Normal View History

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