LeviLamina
Loading...
Searching...
No Matches
ProjectExportStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor {
6
7
enum class
ProjectExportStatus :
int
{
8
Idle = 0,
9
Processing = 1,
10
Completed = 2,
11
};
12
13
}
src-server
mc
editor
ProjectExportStatus.h
Generated on Sun Oct 12 2025 06:31:34 for LeviLamina by
1.12.0