LeviLamina
Loading...
Searching...
No Matches
NetherNetTransportServerConfiguration.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
struct
NetherNetTransportServerConfiguration
{
8
public
:
9
// NetherNetTransportServerConfiguration inner types define
10
enum class
SignalingHost : uchar {
11
WebSocket = 0,
12
Deferred = 1,
13
TcpClientPrototype = 2,
14
TcpServerPrototype = 3,
15
None = 4,
16
};
17
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 1536>
mUnk30759b;
22
::ll::UntypedStorage<4, 4>
mUnkd9fee8;
23
::ll::UntypedStorage<8, 1280>
mUnka32350;
24
::ll::UntypedStorage<4, 4>
mUnk93ceeb;
25
::ll::UntypedStorage<1, 1>
mUnk577bee;
26
::ll::UntypedStorage<1, 1>
mUnkc81bff;
27
::ll::UntypedStorage<4, 4>
mUnk6a3507;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
NetherNetTransportServerConfiguration
& operator=(
NetherNetTransportServerConfiguration
const
&);
33
NetherNetTransportServerConfiguration
(
NetherNetTransportServerConfiguration
const
&);
34
NetherNetTransportServerConfiguration
();
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI
~NetherNetTransportServerConfiguration
();
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCAPI
void
$dtor();
46
// NOLINTEND
47
};
48
49
}
// namespace NetherNet
NetherNet::NetherNetTransportServerConfiguration
Definition
NetherNetTransportServerConfiguration.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
NetherNetTransportServerConfiguration.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0