mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
format codebase
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
*/
|
||||
class SpawnPetBaseServer : public CppScripts::Script {
|
||||
public:
|
||||
void OnStartup(Entity *self) override;
|
||||
void OnUse(Entity *self, Entity *user) override;
|
||||
virtual void SetVariables(Entity* self) {};
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
virtual void SetVariables(Entity* self) {};
|
||||
private:
|
||||
static bool CheckNumberOfPets(Entity* self, Entity* user);
|
||||
static bool CheckNumberOfPets(Entity* self, Entity* user);
|
||||
};
|
||||
|
Reference in New Issue
Block a user