mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-30 18:42:25 +08:00
39 lines
1.0 KiB
C++
39 lines
1.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x10 (0x1BB8 - 0x1BA8)
|
|
// Class SteamSockets.SteamSocketsNetConnection
|
|
class USteamSocketsNetConnection : public UNetConnection
|
|
{
|
|
public:
|
|
uint8 Pad_7D8[0x10]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
|
|
static class UClass* StaticClass();
|
|
static class USteamSocketsNetConnection* GetDefaultObj();
|
|
|
|
};
|
|
|
|
// 0x10 (0x770 - 0x760)
|
|
// Class SteamSockets.SteamSocketsNetDriver
|
|
class USteamSocketsNetDriver : public UNetDriver
|
|
{
|
|
public:
|
|
uint8 Pad_7D9[0x10]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
|
|
static class UClass* StaticClass();
|
|
static class USteamSocketsNetDriver* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|