LeviLamina
Loading...
Searching...
No Matches
InvocationResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
OreUI {
6
7
enum class
InvocationResult : schar {
8
Invalid = -1,
9
Success = 0,
10
Fail = 1,
11
};
12
13
}
src-client
mc
client
gui
oreui
binding
interface
InvocationResult.h
Generated on
for LeviLamina by
1.16.1