LeviLamina
Loading...
Searching...
No Matches
Privilege.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
enum class
Privilege : uchar {
8
Default = 0,
9
RestrictedExecAllowed = 1,
10
EarlyExecAllowed = 2,
11
All = 255,
12
};
13
14
}
src
mc
deps
scripting
reflection
Privilege.h
Generated on
for LeviLamina by
1.16.1