LeviLamina
Loading...
Searching...
No Matches
ErrorMemberType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleMinecraft {
6
7enum class ErrorMemberType : int {
8 Function = 0,
9 GetProperty = 1,
10 SetProperty = 2,
11};
12
13}