LeviLamina
Loading...
Searching...
No Matches
CompoundTagUpdaterResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CompoundTagUpdaterResult : int {
6 Success = 0,
7 NoUpdateNeeded = 1,
8 Failed = 2,
9};