LeviLamina
Loading...
Searching...
No Matches
MigrationResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::StorageMigration {
6
7
enum class
MigrationResult :
int
{
8
Success = 0,
9
Partial = 1,
10
NoSpace = 2,
11
Aborted = 3,
12
};
13
14
}
src
mc
deps
application
storage_migration
MigrationResult.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0