LeviLamina
Loading...
Searching...
No Matches
AttachmentType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class AttachmentType : int {
6 Standing = 0,
7 Hanging = 1,
8 Side = 2,
9 Multiple = 3,
10 Count = 4,
11};