UReward > UObject
namespace Offsets { namespace Classes { // Inheritance: UReward > UObject namespace UReward_GrantExperience { constexpr auto ExperienceType = 0x28; // EExperienceType constexpr auto Amount = 0x2c; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UReward > UObject public static class UReward_GrantExperience { public const byte ExperienceType = 0x28; // EExperienceType public const byte Amount = 0x2c; // int32_t } } }