mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 10:32:47 +08:00
28 lines
614 B
C++
28 lines
614 B
C++
![]() |
#pragma once
|
||
|
|
||
|
// Dumped with Dumper-7!
|
||
|
|
||
|
|
||
|
namespace SDK
|
||
|
{
|
||
|
//---------------------------------------------------------------------------------------------------------------------
|
||
|
// CLASSES
|
||
|
//---------------------------------------------------------------------------------------------------------------------
|
||
|
|
||
|
// 0x0 (0x28 - 0x28)
|
||
|
// Class BacktraceBlueprintLibrary.BacktraceBlueprintLibrary
|
||
|
class UBacktraceBlueprintLibrary : public UBlueprintFunctionLibrary
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
static class UClass* StaticClass();
|
||
|
static class UBacktraceBlueprintLibrary* GetDefaultObj();
|
||
|
|
||
|
void CrashException();
|
||
|
void Crash();
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
|