UObjectiveData > UArchonTrackedObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject namespace UObjectiveData_MiddlemanCells { constexpr auto PlayerAction = 0xd0; // EObjective_PlayerActionType constexpr auto Amount = 0xd4; // int32_t constexpr auto ItemRarity = 0xd8; // EItemRarityLevelType } } }
public static class Offsets { public static class Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject public static class UObjectiveData_MiddlemanCells { public const byte PlayerAction = 0xd0; // EObjective_PlayerActionType public const byte Amount = 0xd4; // int32_t public const byte ItemRarity = 0xd8; // EItemRarityLevelType } } }