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
mc
deps
input
enums
DirectionId.h
Generated on Wed Jul 23 2025 08:33:48 for LeviLamina by
1.12.0