mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 22:38:08 +00:00
format codebase
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
class AmSkullkinTower : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
|
||||
void SpawnLegs(Entity* self, const std::string& loc);
|
||||
void SpawnLegs(Entity* self, const std::string& loc);
|
||||
|
||||
void OnChildLoaded(Entity* self, Entity* child);
|
||||
void OnChildLoaded(Entity* self, Entity* child);
|
||||
|
||||
void NotifyDie(Entity* self, Entity* other, Entity* killer);
|
||||
void NotifyDie(Entity* self, Entity* other, Entity* killer);
|
||||
|
||||
void OnChildRemoved(Entity* self, Entity* child);
|
||||
void OnChildRemoved(Entity* self, Entity* child);
|
||||
|
||||
void OnProximityUpdate(Entity* self, Entity* entering, std::string name, std::string status) override;
|
||||
void OnProximityUpdate(Entity* self, Entity* entering, std::string name, std::string status) override;
|
||||
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user