mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
28 lines
950 B
C++
28 lines
950 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0xF (0x278 - 0x269)
|
|
// BlueprintGeneratedClass BP_DroppedItem_Rope.BP_DroppedItem_Rope_C
|
|
class ABP_DroppedItem_Rope_C : public ABP_DroppedItem_C
|
|
{
|
|
public:
|
|
uint8 Pad_116B[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class UStaticMeshComponent* Cube; // 0x270(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class ABP_DroppedItem_Rope_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|