UObjectiveData > UArchonTrackedObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject namespace UObjectiveData_CompleteBounties { constexpr auto BountiesToComplete = 0xd0; // int32_t constexpr auto BountyRarity = 0xd4; // ECompleteBountiesRarity } } }
public static class Offsets { public static class Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject public static class UObjectiveData_CompleteBounties { public const byte BountiesToComplete = 0xd0; // int32_t public const byte BountyRarity = 0xd4; // ECompleteBountiesRarity } } }