LeviLamina
Loading...
Searching...
No Matches
UserPlatformBanType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7enum class UserPlatformBanType : int {
8 Xbox = 0,
9 Minecraft = 1,
10};
11
12}
Definition Minecraft.h:56