LeviLamina
Loading...
Searching...
No Matches
ServerPerformanceData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8struct ServerPerformanceData : public ::Bedrock::EnableNonOwnerReferences {
9public:
10 // member variables
11 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ServerPerformanceData& operator=(ServerPerformanceData const&);
29 ServerPerformanceData(ServerPerformanceData const&);
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ~ServerPerformanceData() /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
MCAPI void * $ctor()
Definition Alias.h:14