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

9 lines
243 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;
};