LeviLamina
Loading...
Searching...
No Matches
WorldTemplateMutableInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct WorldTemplateMutableInfo {
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 WorldTemplateMutableInfo& operator=(WorldTemplateMutableInfo const&);
16 WorldTemplateMutableInfo(WorldTemplateMutableInfo const&);
17 WorldTemplateMutableInfo();
18
19public:
20 // member functions
21 // NOLINTBEGIN
22 MCNAPI ::WorldTemplateMutableInfo& operator=(::WorldTemplateMutableInfo&&);
23
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCNAPI void $dtor();
31 // NOLINTEND
32};
MCAPI::WorldTemplateMutableInfo & operator=(::WorldTemplateMutableInfo &&)
Definition Alias.h:14