mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
26 lines
563 B
C++
26 lines
563 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x1B0 - 0x1B0)
|
|
// BlueprintGeneratedClass BP_Chainsaw_Shake.BP_Chainsaw_Shake_C
|
|
class UBP_Chainsaw_Shake_C : public UMatineeCameraShake
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class UBP_Chainsaw_Shake_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|