LeviLamina
Loading...
Searching...
No Matches
MultiplayerServiceIdentifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7enum class MultiplayerServiceIdentifier : int {
8 XboxLive = 0,
9 Nintendo = 1,
10 AdHoc = 2,
11 Playstation = 3,
12 Edu = 4,
13 Mock = 5,
14 Undefined = -1,
15};
16
17}