LeviLamina
Loading...
Searching...
No Matches
Direction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace DashAction {
6
7enum class Direction : uchar {
8 Entity = 0,
9 Passenger = 1,
10};
11
12}
Definition Direction.h:5