LeviLamina
Loading...
Searching...
No Matches
ExecutionResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
sim {
6
7
enum class
ExecutionResult : uchar {
8
Executing = 0,
9
Complete = 1,
10
};
11
12
}
src-server
mc
server
sim
ExecutionResult.h
Generated on Tue Nov 25 2025 04:01:31 for LeviLamina by
1.12.0