mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
27 lines
821 B
C++
27 lines
821 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x8 (0x40 - 0x38)
|
|
// BlueprintGeneratedClass BP_PalDamagePopUpManager.BP_PalDamagePopUpManager_C
|
|
class UBP_PalDamagePopUpManager_C : public UPalDamagePopUpManager
|
|
{
|
|
public:
|
|
class UWBP_PalDamageCanvas_StackDamage_C* DamagePopUpWidget; // 0x38(0x8)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, InstancedReference, NoDestructor, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_PalDamagePopUpManager_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|