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