LeviLamina
Loading...
Searching...
No Matches
TeamManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/raknet/PI2_LostConnectionReason.h"
7
#include "mc/deps/raknet/PluginInterface2.h"
8
#include "mc/deps/raknet/PluginReceiveResult.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
namespace
RakNet {
struct
Packet
; }
13
namespace
RakNet {
struct
RakNetGUID
; }
14
namespace
RakNet {
struct
SystemAddress
; }
15
// clang-format on
16
17
namespace
RakNet {
18
19
class
TeamManager :
public
::RakNet::PluginInterface2
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<8, 2040>
mUnk1d9c6e;
24
::ll::UntypedStorage<8, 16>
mUnkc70320;
25
::ll::UntypedStorage<1, 1>
mUnk6ea09f;
26
::ll::UntypedStorage<4, 4>
mUnk74c07d;
27
// NOLINTEND
28
29
public
:
30
// prevent constructor by default
31
TeamManager& operator=(TeamManager
const
&);
32
TeamManager(TeamManager
const
&);
33
TeamManager();
34
35
public
:
36
// virtual functions
37
// NOLINTBEGIN
38
virtual
~TeamManager()
/*override*/
=
default
;
39
40
virtual
void
Update()
/*override*/
;
41
42
virtual ::RakNet::PluginReceiveResult OnReceive(
::RakNet::Packet
*)
/*override*/
;
43
44
virtual
void
OnClosedConnection(
45
::RakNet::SystemAddress
const
&,
46
::RakNet::RakNetGUID
,
47
::RakNet::PI2_LostConnectionReason
48
)
/*override*/
;
49
50
virtual
void
OnNewConnection(
::RakNet::SystemAddress
const
&,
::RakNet::RakNetGUID
,
bool
)
/*override*/
;
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
57
// NOLINTEND
58
};
59
60
}
// namespace RakNet
RakNet::PluginInterface2
Definition
PluginInterface2.h:20
RakNet::Packet
Definition
Packet.h:7
RakNet::RakNetGUID
Definition
RakNetGUID.h:7
RakNet::SystemAddress
Definition
SystemAddress.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
TeamManager.h
Generated on
for LeviLamina by
1.16.1