LeviLamina
Loading...
Searching...
No Matches
ScriptComponentType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ScriptModuleMinecraft {
6
7
enum class
ScriptComponentType :
int
{
8
Actor = 0,
9
Block = 1,
10
Item = 2,
11
};
12
13
}
src
mc
scripting
modules
minecraft
components
ScriptComponentType.h
Generated on
for LeviLamina by
1.16.1