UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UArchonInventoryDataLoader { constexpr auto PlayerController = 0x50; // AArchonPlayerController* constexpr auto Inventory = 0x58; // AArchonInventory* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UArchonInventoryDataLoader { public const byte PlayerController = 0x50; // AArchonPlayerController* public const byte Inventory = 0x58; // AArchonInventory* } } }