LeviLamina
Loading...
Searching...
No Matches
LogContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor {
6
7enum class LogContext : uchar {
8 Player = 0,
9 Global = 1,
10};
11
12}
Definition Player.h:119