mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-19 19:20:13 +00:00
format codebase
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
class MinigameTreasureChestServer : public ActivityManager {
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
uint32_t CalculateActivityRating(Entity *self, LWOOBJID playerID) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
uint32_t CalculateActivityRating(Entity* self, LWOOBJID playerID) override;
|
||||
private:
|
||||
const uint32_t frakjawChestId = 16486;
|
||||
const uint32_t frakjawChestId = 16486;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user