LeviLamina
Loading...
Searching...
No Matches
CommandExecuteFlag.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
CommandExecuteFlag : ushort {
6
// bitfield representation
7
Allowed = 0,
8
Disallowed = 1 << 5,
9
};
src
mc
server
commands
CommandExecuteFlag.h
Generated on Sat Apr 26 2025 05:55:55 for LeviLamina by
1.12.0