mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
a lot
fix a bug with restarting, clean up some stuff, fix a playlist specific bug, add hold pickup to swap, fix shadow stones and stuff spawn height, code consistency, fix bugs with dropping
This commit is contained in:
@@ -45,6 +45,12 @@ public:
|
||||
static auto CountOffset = FindOffsetStruct("/Script/FortniteGame.FortLootPackageData", "Count");
|
||||
return *(int*)(__int64(this) + CountOffset);
|
||||
}
|
||||
|
||||
FString& GetAnnotation()
|
||||
{
|
||||
static auto AnnotationOffset = FindOffsetStruct("/Script/FortniteGame.FortLootPackageData", "Annotation");
|
||||
return *(FString*)(__int64(this) + AnnotationOffset);
|
||||
}
|
||||
};
|
||||
|
||||
struct FFortLootTierData
|
||||
|
||||
Reference in New Issue
Block a user