LeviLamina
Loading...
Searching...
No Matches
ScriptAtmospherics.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ServerLevel;
8// clang-format on
9
10namespace ScriptModuleServerGraphics {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ScriptAtmospherics& operator=(ScriptAtmospherics const&);
24};
25
26} // namespace ScriptModuleServerGraphics
Definition ScriptAtmospherics.h:12
Definition ServerLevel.h:62
Definition Alias.h:14