UArchonInventoryItem > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonInventoryItem > UObject namespace UArchonInventoryItem_Skyfish { constexpr auto Type = 0xe0; // EArchonSkyfishSpecies constexpr auto Variation = 0xe1; // EArchonSkyfishVariation constexpr auto Rarity = 0xe2; // EArchonSkyfishRarity } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonInventoryItem > UObject public static class UArchonInventoryItem_Skyfish { public const byte Type = 0xe0; // EArchonSkyfishSpecies public const byte Variation = 0xe1; // EArchonSkyfishVariation public const byte Rarity = 0xe2; // EArchonSkyfishRarity } } }