LeviLamina
Loading...
Searching...
No Matches
WallConnectionType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class WallConnectionType : int {
6 None = 0,
7 Short = 1,
8 Tall = 2,
9 Count = 3,
10};