DarkflameServer/dScripts/NtCombatChallengeExplodingDummy.h
2022-02-07 03:43:57 -08:00

8 lines
248 B
C++

#pragma once
#include "CppScripts.h"
class NtCombatChallengeExplodingDummy : public CppScripts::Script
{
void OnDie(Entity* self, Entity* killer) override;
void OnHitOrHealResult(Entity* self, Entity* attacker, int32_t damage) override;
};