LeviLamina
Loading...
Searching...
No Matches
Rotation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Facing {
6
7
enum class
Rotation :
int
{
8
None = 0,
9
Ccw = 1,
10
Opp = 2,
11
Cw = 3,
12
Count = 4,
13
};
14
15
}
src
mc
legacy
facing
Rotation.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0