LeviLamina
Loading...
Searching...
No Matches
WorldRecoveryTelemetryEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock {
6
7struct WorldRecoveryTelemetryEvent {
8public:
9 // member variables
10 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 WorldRecoveryTelemetryEvent& operator=(WorldRecoveryTelemetryEvent const&);
26 WorldRecoveryTelemetryEvent(WorldRecoveryTelemetryEvent const&);
27 WorldRecoveryTelemetryEvent();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI_C void $dtor();
39 // NOLINTEND
40};
41
42} // namespace Bedrock
Definition Alias.h:14