LeviLamina
Loading...
Searching...
No Matches
MushroomOuterType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class MushroomOuterType : int {
6 AllPores = 0,
7 VerticalStem = 10,
8 AllCap = 14,
9 AllStem = 15,
10};