LeviLamina
Loading...
Searching...
No Matches
ConnectionType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
enum class
ConnectionType :
short
{
8
Undefined = -1,
9
Local = 0,
10
IPv4 = 1,
11
IPv6 = 2,
12
WebSocketsWebRTCSignaling = 3,
13
Nat = 5,
14
Upnp = 6,
15
UnknownIP = 7,
16
};
17
18
}
src
mc
network
ConnectionType.h
Generated on Fri Jun 13 2025 05:04:42 for LeviLamina by
1.12.0