UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInAppPurchaseCallbackProxy2 { constexpr auto OnSuccess = 0x28; // FMulticastInlineDelegate constexpr auto OnFailure = 0x38; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInAppPurchaseCallbackProxy2 { public const byte OnSuccess = 0x28; // FMulticastInlineDelegate public const byte OnFailure = 0x38; // FMulticastInlineDelegate } } }