LeviLamina
Loading...
Searching...
No Matches
AutomaticFeatureRuleConditions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_20 {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ::SharedTypes::v1_21_20::AutomaticFeatureRuleConditions&
25
26 MCAPI ::SharedTypes::v1_21_20::AutomaticFeatureRuleConditions&
28
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCAPI void $dtor();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_21_20
Definition AutomaticFeatureRuleConditions.h:7
Definition Alias.h:14