LeviLamina
Loading...
Searching...
No Matches
MERSTextureMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class MERSTextureMode : uchar {
6 Mer = 0,
7 Mers = 1,
8};