LeviLamina
Loading...
Searching...
No Matches
Mirror.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class Mirror : uchar {
6 None = 0,
7 X = 1,
8 Z = 2,
9 Xz = 3,
10};
11
12// clang-format off
13template <>
14MCAPI ::ll::type_id_ref Bedrock::typeid_storage_impl<class CommandRegistry, ::Mirror>();
15// clang-format on