UArchonInventoryItem > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonInventoryItem > UObject namespace UArchonInventoryItem_Container { constexpr auto Boosts = 0xe0; // TArray constexpr auto BoostSources = 0xf0; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonInventoryItem > UObject public static class UArchonInventoryItem_Container { public const byte Boosts = 0xe0; // TArray public const byte BoostSources = 0xf0; // TArray } } }