mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-22 07:18:08 +00:00
format codebase
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "CppScripts.h"
|
||||
|
||||
class StinkyFishTarget : public CppScripts::Script {
|
||||
void OnStartup(Entity *self) override;
|
||||
void OnSkillEventFired(Entity *self, Entity *caster, const std::string &message) override;
|
||||
void OnTimerDone(Entity *self, std::string timerName) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnSkillEventFired(Entity* self, Entity* caster, const std::string& message) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user