LeviLamina
Loading...
Searching...
No Matches
ProfanityFilterContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ProfanityFilterContext : uint {
6 None = 0,
7 UIFrontEnd = 1,
8 UIInGame = 2,
9 AllUI = 3,
10 InGameChat = 4,
11 InGameItems = 8,
12 InGameName = 16,
13 All = 31,
14};