LeviLamina
Loading...
Searching...
No Matches
CopperType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CopperType : int {
6 Waxed = -1,
7 Default = 0,
8 Exposed = 1,
9 Weathered = 2,
10 Oxidized = 3,
11 Count = 4,
12};