LeviLamina
Loading...
Searching...
No Matches
RNS2Type.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RakNet {
6
7enum class RNS2Type : int {
8 WindowsStore8 = 0,
9 Ps3 = 1,
10 Ps4 = 2,
11 Chrome = 3,
12 Vita = 4,
13 Xbox360 = 5,
14 Xbox720 = 6,
15 Windows = 7,
16 Linux = 8,
17};
18
19}