LeviLamina
Loading...
Searching...
No Matches
StructureKey.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/ChunkEntity.h"
7
8namespace br {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, ::br::ChunkEntity> id;
15 // NOLINTEND
16};
17
18} // namespace br
Definition StructureKey.h:10