mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 14:58:27 +00:00
format codebase
This commit is contained in:
@@ -7,20 +7,20 @@
|
||||
*/
|
||||
struct DatabasePet
|
||||
{
|
||||
/**
|
||||
* The lot of this pet
|
||||
*/
|
||||
LOT lot = LOT_NULL;
|
||||
/**
|
||||
* The lot of this pet
|
||||
*/
|
||||
LOT lot = LOT_NULL;
|
||||
|
||||
/**
|
||||
* The name of the pet
|
||||
*/
|
||||
std::string name;
|
||||
/**
|
||||
* The name of the pet
|
||||
*/
|
||||
std::string name;
|
||||
|
||||
/**
|
||||
* The current moderation state, see PetComponent for more info
|
||||
*/
|
||||
int32_t moderationState = 0;
|
||||
/**
|
||||
* The current moderation state, see PetComponent for more info
|
||||
*/
|
||||
int32_t moderationState = 0;
|
||||
};
|
||||
|
||||
const DatabasePet DATABASE_PET_INVALID;
|
||||
|
Reference in New Issue
Block a user