clarified variable name

This commit is contained in:
EmosewaMC 2022-03-28 19:58:15 -07:00
parent 17f773c6cb
commit 895bbec277

View File

@ -20,6 +20,6 @@ public:
bool IsAlt = false;
bool IsOwned = false;
uint32_t AccessType = 0;
uint32_t DatePublished = 0;
uint32_t DateLastPublished = 0;
uint64_t PerformanceCost = 0;
};