UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UHuntMatchReport { constexpr auto Success = 0x28; // bool constexpr auto Behemoths = 0x30; // TArray constexpr auto Danger = 0x40; // float constexpr auto TeamScore = 0x44; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UHuntMatchReport { public const byte Success = 0x28; // bool public const byte Behemoths = 0x30; // TArray public const byte Danger = 0x40; // float public const byte TeamScore = 0x44; // float } } }