LeviLamina
Loading...
Searching...
No Matches
DirectionType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21 {
6
7enum class DirectionType : int {
8 Inwards = 0,
9 Outwards = 1,
10};
11
12}