LeviLamina
Loading...
Searching...
No Matches
Axis.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
BlockGeometry {
6
7
enum class
Axis :
int
{
8
None = 0,
9
X = 1,
10
Y = 2,
11
Z = 3,
12
};
13
14
}
src-client
mc
client
renderer
block
block_geometry
Axis.h
Generated on
for LeviLamina by
1.16.1