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