LeviLamina
Loading...
Searching...
No Matches
ServerTelemetryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social::Events {
6
7struct ServerTelemetryData {
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 ServerTelemetryData& operator=(ServerTelemetryData const&);
20 ServerTelemetryData();
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
27 MCNAPI ::Social::Events::ServerTelemetryData& operator=(::Social::Events::ServerTelemetryData&&);
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
44
45} // namespace Social::Events
Definition ServerTelemetryData.h:7
MCAPI void * $ctor(::Social::Events::ServerTelemetryData const &)
MCAPI::Social::Events::ServerTelemetryData & operator=(::Social::Events::ServerTelemetryData &&)
MCAPI ServerTelemetryData(::Social::Events::ServerTelemetryData const &)
Definition Alias.h:14