LeviLamina
Loading...
Searching...
No Matches
FileArchiverOutcome.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
FileArchiverOutcome :
int
{
6
Success = 0,
7
FailureUnknown = 1,
8
FailureNoFile = 2,
9
FailureZipError = 3,
10
FailurePremiumContent = 4,
11
FailureEditionMismatch = 5,
12
FailureEditorMismatch = 6,
13
FailureZipDepthError = 7,
14
};
src
mc
world
level
FileArchiverOutcome.h
Generated on Sat Apr 26 2025 05:56:24 for LeviLamina by
1.12.0