mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-01-05 17:13:23 +08:00
45 lines
976 B
C++
45 lines
976 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
#include "../SDK.hpp"
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// FUNCTIONS
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
// BlueprintGeneratedClass BP_ClimbingArms.BP_ClimbingArms_C
|
|
// (Actor)
|
|
|
|
class UClass* ABP_ClimbingArms_C::StaticClass()
|
|
{
|
|
static class UClass* Clss = nullptr;
|
|
|
|
if (!Clss)
|
|
Clss = UObject::FindClassFast("BP_ClimbingArms_C");
|
|
|
|
return Clss;
|
|
}
|
|
|
|
|
|
// BP_ClimbingArms_C BP_ClimbingArms.Default__BP_ClimbingArms_C
|
|
// (Public, ClassDefaultObject, ArchetypeObject, WasLoaded, LoadCompleted)
|
|
|
|
class ABP_ClimbingArms_C* ABP_ClimbingArms_C::GetDefaultObj()
|
|
{
|
|
static class ABP_ClimbingArms_C* Default = nullptr;
|
|
|
|
if (!Default)
|
|
Default = static_cast<ABP_ClimbingArms_C*>(ABP_ClimbingArms_C::StaticClass()->DefaultObject);
|
|
|
|
return Default;
|
|
}
|
|
|
|
}
|
|
|
|
|