mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 14:58:27 +00:00
format codebase
This commit is contained in:
@@ -8,24 +8,24 @@
|
||||
*/
|
||||
struct EquippedItem
|
||||
{
|
||||
/**
|
||||
* The object ID of the equipped item
|
||||
*/
|
||||
/**
|
||||
* The object ID of the equipped item
|
||||
*/
|
||||
LWOOBJID id = LWOOBJID_EMPTY;
|
||||
|
||||
/**
|
||||
* The LOT of this equipped item
|
||||
*/
|
||||
/**
|
||||
* The LOT of this equipped item
|
||||
*/
|
||||
LOT lot = LOT_NULL;
|
||||
|
||||
/**
|
||||
* The number of items that are stored in this slot
|
||||
*/
|
||||
/**
|
||||
* The number of items that are stored in this slot
|
||||
*/
|
||||
uint32_t count = 0;
|
||||
|
||||
/**
|
||||
* The slot this item is stored in
|
||||
*/
|
||||
/**
|
||||
* The slot this item is stored in
|
||||
*/
|
||||
uint32_t slot = 0;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user