mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-09-03 03:23:34 +00:00
47 lines
1.1 KiB
C++
47 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PurchaseFlow
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_classes.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// Class PurchaseFlow.PurchaseFlowJSBridge
|
|
// 0x0008 (0x0024 - 0x001C)
|
|
class UPurchaseFlowJSBridge final : public UObject
|
|
{
|
|
public:
|
|
uint8 Pad_1C[0x8]; // 0x001C(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
|
|
public:
|
|
void Receipt(const struct FPurchaseFlowReceiptParam& Receipt_0);
|
|
void RequestClose(const class FString& CloseInfo);
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticClassImpl<"PurchaseFlowJSBridge">();
|
|
}
|
|
static class UPurchaseFlowJSBridge* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<UPurchaseFlowJSBridge>();
|
|
}
|
|
};
|
|
static_assert(alignof(UPurchaseFlowJSBridge) == 0x000004, "Wrong alignment on UPurchaseFlowJSBridge");
|
|
static_assert(sizeof(UPurchaseFlowJSBridge) == 0x000024, "Wrong size on UPurchaseFlowJSBridge");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|