mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
S24
This commit is contained in:
@@ -31,9 +31,11 @@ public:
|
||||
return ReadBitfieldValue(bCanBeDroppedOffset, bCanBeDroppedFieldMask);
|
||||
}
|
||||
|
||||
int& GetDropCount()
|
||||
int/*&*/ GetDropCount()
|
||||
{
|
||||
static auto DropCountOffset = GetOffset("DropCount");
|
||||
static auto DropCountOffset = GetOffset("DropCount", false);
|
||||
if (DropCountOffset == -1)
|
||||
return 1;
|
||||
return Get<int>(DropCountOffset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user