mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
clarified variable name
This commit is contained in:
parent
17f773c6cb
commit
895bbec277
@ -20,6 +20,6 @@ public:
|
|||||||
bool IsAlt = false;
|
bool IsAlt = false;
|
||||||
bool IsOwned = false;
|
bool IsOwned = false;
|
||||||
uint32_t AccessType = 0;
|
uint32_t AccessType = 0;
|
||||||
uint32_t DatePublished = 0;
|
uint32_t DateLastPublished = 0;
|
||||||
uint64_t PerformanceCost = 0;
|
uint64_t PerformanceCost = 0;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user