LeviLamina
Loading...
Searching...
No Matches
CommandOutputType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CommandOutputType : int {
6 None = 0,
7 LastOutput = 1,
8 Silent = 2,
9 AllOutput = 3,
10 DataSet = 4,
11};