LeviLamina
Loading...
Searching...
No Matches
PacketViolationDetectedTelemetryData.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
21
22public:
23 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // static variables
30 // NOLINTBEGIN
31 MCNAPI static ::std::string const& mEventName();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39};
Definition PacketViolationDetectedTelemetryData.h:5
static MCAPI ::std::string const & mEventName()
Definition Alias.h:14