LeviLamina
Loading...
Searching...
No Matches
EnchantResultType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class EnchantResultType : schar {
6 Fail = 0,
7 Conflict = 1,
8 Increment = 2,
9 Enchant = 3,
10};
Definition Enchant.h:14