UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UChallengeManager { constexpr auto ChallengeRules = 0x28; // UChallengeRules* constexpr auto UnlockConditions = 0x30; // TMap constexpr auto NameTable = 0x80; // UDataTable* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UChallengeManager { public const byte ChallengeRules = 0x28; // UChallengeRules* public const byte UnlockConditions = 0x30; // TMap public const byte NameTable = 0x80; // UDataTable* } } }