mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-01-05 17:13:23 +08:00
29 lines
1.3 KiB
C++
29 lines
1.3 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x18 (0x238 - 0x220)
|
|
// BlueprintGeneratedClass BP_Window_singlesmall_vinyl.BP_Window_singlesmall_vinyl_C
|
|
class ABP_Window_singlesmall_vinyl_C : public AActor
|
|
{
|
|
public:
|
|
class UStaticMeshComponent* Windowglass_single_vinyl; // 0x220(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class UStaticMeshComponent* Window_singlesmall_vinyl; // 0x228(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
class USceneComponent* DefaultSceneRoot; // 0x230(0x8)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
|
|
static class UClass* StaticClass();
|
|
static class ABP_Window_singlesmall_vinyl_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|