mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 06:18:11 +00:00
format codebase
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
class GrowingFlower : public CppScripts::Script {
|
||||
public:
|
||||
void OnSkillEventFired(Entity* self, Entity* target, const std::string& message) override;
|
||||
void OnTimerDone(Entity* self, std::string message) override;
|
||||
void OnSkillEventFired(Entity* self, Entity* target, const std::string& message) override;
|
||||
void OnTimerDone(Entity* self, std::string message) override;
|
||||
private:
|
||||
static const std::vector<uint32_t> achievementIDs;
|
||||
constexpr static const float aliveTime = 16.0f;
|
||||
};
|
||||
static const std::vector<uint32_t> achievementIDs;
|
||||
constexpr static const float aliveTime = 16.0f;
|
||||
};
|
||||
|
Reference in New Issue
Block a user