LeviLamina
Loading...
Searching...
No Matches
DirectionId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum 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};