mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix 18.40 cone &e diting :)
This commit is contained in:
@@ -58,4 +58,13 @@ public:
|
||||
{
|
||||
return Item;
|
||||
}
|
||||
|
||||
|
||||
static UStruct* GetStruct()
|
||||
{
|
||||
static auto Struct = FindObject<UStruct>(L"/Script/FortniteGame.ItemAndCount");
|
||||
return Struct;
|
||||
}
|
||||
|
||||
static int GetStructSize() { return GetStruct()->GetPropertiesSize(); }
|
||||
};
|
||||
Reference in New Issue
Block a user