mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 02:42:56 +08:00
26 lines
551 B
C++
26 lines
551 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x1B0 - 0x1B0)
|
|
// BlueprintGeneratedClass BP_Idle_Shake2.BP_Idle_Shake2_C
|
|
class UBP_Idle_Shake2_C : public UMatineeCameraShake
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_Idle_Shake2_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|