mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-19 22:08:08 +00:00
format codebase
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
class PropertyPlatform : public CppScripts::Script {
|
||||
public:
|
||||
void OnUse(Entity *self, Entity *user) override;
|
||||
void OnRebuildComplete(Entity *self, Entity *target) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
void OnRebuildComplete(Entity* self, Entity* target) override;
|
||||
private:
|
||||
float_t movementDelay = 10.0f;
|
||||
float_t effectDelay = 5.0f;
|
||||
float_t dieDelay = 5.0f;
|
||||
uint32_t desiredWaypoint = 1;
|
||||
float_t movementDelay = 10.0f;
|
||||
float_t effectDelay = 5.0f;
|
||||
float_t dieDelay = 5.0f;
|
||||
uint32_t desiredWaypoint = 1;
|
||||
};
|
||||
|
Reference in New Issue
Block a user