LeviLamina
Loading...
Searching...
No Matches
ChiselType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ChiselType : int {
6 Default = 0,
7 Chiseled = 1,
8 Lines = 2,
9 Smooth = 3,
10 Count = 4,
11};