LeviLamina
Loading...
Searching...
No Matches
CodeStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
CodeBuilderExecutionState {
6
7
enum class
CodeStatus : uchar {
8
None = 0,
9
NotStarted = 1,
10
InProgress = 2,
11
Paused = 3,
12
Error = 4,
13
Succeeded = 5,
14
};
15
16
}
src
mc
world
level
code_builder_execution_state
CodeStatus.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0