mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-04-22 11:08:54 -05:00
format codebase
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
class NtCombatChallengeExplodingDummy : public CppScripts::Script
|
||||
{
|
||||
void OnDie(Entity* self, Entity* killer) override;
|
||||
void OnHitOrHealResult(Entity* self, Entity* attacker, int32_t damage) override;
|
||||
};
|
||||
void OnDie(Entity* self, Entity* killer) override;
|
||||
void OnHitOrHealResult(Entity* self, Entity* attacker, int32_t damage) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user