mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-21 14:58:09 +00:00
format codebase
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#include "SpawnPetBaseServer.h"
|
||||
|
||||
class SpawnGryphonServer : public SpawnPetBaseServer {
|
||||
void SetVariables(Entity *self) override;
|
||||
void OnUse(Entity *self, Entity *user) override;
|
||||
void SetVariables(Entity* self) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user