DarkflameServer/dScripts/ai/ACT/ActPlayerDeathTrigger.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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);
};