3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/raknet/PI2_LostConnectionReason.h"
7#include "mc/deps/raknet/PluginInterface2.h"
8#include "mc/deps/raknet/PluginReceiveResult.h"
12namespace RakNet {
struct Packet; }
28 struct SystemAddressAndGuid {
39 SystemAddressAndGuid& operator=(SystemAddressAndGuid
const&);
40 SystemAddressAndGuid(SystemAddressAndGuid
const&);
41 SystemAddressAndGuid();
54 RemoteSystem& operator=(RemoteSystem
const&);
55 RemoteSystem(RemoteSystem
const&);
68 ConnectionGraph2& operator=(ConnectionGraph2
const&);
69 ConnectionGraph2(ConnectionGraph2
const&);
75 virtual ~ConnectionGraph2() =
default;
77 virtual void OnClosedConnection(
80 ::RakNet::PI2_LostConnectionReason
Definition PluginInterface2.h:20
Definition ConnectionGraph2.h:44
Definition ConnectionGraph2.h:28
Definition RakNetGUID.h:7
Definition SystemAddress.h:7