mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
Projektdateien hinzufügen.
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
#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();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user