LeviLamina
Loading...
Searching...
No Matches
GamePublishSetting.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Social {
6
7
enum class
GamePublishSetting :
int
{
8
NoMultiPlay = 0,
9
InviteOnly = 1,
10
FriendsOnly = 2,
11
FriendsOfFriends = 3,
12
Public = 4,
13
};
14
15
}
src
mc
network
GamePublishSetting.h
Generated on Sat Apr 26 2025 05:55:46 for LeviLamina by
1.12.0