mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-07-01 10:53:04 +08:00
26 lines
533 B
C++
26 lines
533 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x228 - 0x228)
|
|
// BlueprintGeneratedClass OceanHouse.OceanHouse_C
|
|
class AOceanHouse_C : public ALevelScriptActor
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class AOceanHouse_C* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|