LeviLamina
Loading...
Searching...
No Matches
DirectionId.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
DirectionId : uchar {
6
Move = 0,
7
Turn = 1,
8
Scroll = 2,
9
TurnRaw = 3,
10
TurnUp = 4,
11
TurnDown = 5,
12
TurnLeft = 6,
13
TurnRight = 7,
14
Count = 8,
15
};
src-server
mc
deps
input
enums
DirectionId.h
Generated on Sun Oct 12 2025 06:31:26 for LeviLamina by
1.12.0