LeviLamina
Loading...
Searching...
No Matches
ClientBiomeJsonDocumentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct ClientBiomeJsonDocumentGlue {
6public:
7 // ClientBiomeJsonDocumentGlue inner types declare
8 // clang-format off
10 // clang-format on
11
12 // ClientBiomeJsonDocumentGlue inner types define
13 struct ResolvedClientBiomeData {
14 public:
15 // ResolvedClientBiomeData inner types declare
16 // clang-format off
17 struct ResolvedComponent;
18 // clang-format on
19
20 // ResolvedClientBiomeData inner types define
21 struct ResolvedComponent {};
22 };
23};
Definition ClientBiomeJsonDocumentGlue.h:13