LeviLamina
Loading...
Searching...
No Matches
ProtocolType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cricket {
6
7
enum class
ProtocolType :
int
{
8
Udp = 0,
9
Tcp = 1,
10
Ssltcp = 2,
11
Tls = 3,
12
Last = 3,
13
};
14
15
}
src
mc
external
cricket
ProtocolType.h
Generated on Wed Jul 23 2025 08:34:01 for LeviLamina by
1.12.0