LeviLamina
Loading...
Searching...
No Matches
ConnectionState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
ConnectionState :
int
{
8
Pending = 0,
9
Connecting = 1,
10
Connected = 2,
11
Disconnecting = 3,
12
SilentlyDisconnecting = 4,
13
Disconnected = 5,
14
NotConnected = 6,
15
};
16
17
}
src
mc
deps
raknet
ConnectionState.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0