LeviLamina
Loading...
Searching...
No Matches
ContextId.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
struct
ContextId
{
8
public
:
9
// ContextId inner types define
10
using
ContextIdValueType = uchar;
11
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<1, 1, uchar> value;
16
// NOLINTEND
17
};
18
19
}
// namespace Scripting
Scripting::ContextId
Definition
ContextId.h:7
src
mc
deps
scripting
runtime
ContextId.h
Generated on Wed Jul 23 2025 08:33:52 for LeviLamina by
1.12.0