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