13class DryingOutTimerComponent {
21 enum class DryingOutState :
int {
23 ExceededDryingOutTime = 1,
27 class DryingOutTimerDefinition {
40 DryingOutTimerDefinition& operator=(DryingOutTimerDefinition
const&);
41 DryingOutTimerDefinition(DryingOutTimerDefinition
const&);
42 DryingOutTimerDefinition();
47 MCAPI ~DryingOutTimerDefinition();
53 MCAPI
static void buildSchema(
70 ::ll::TypedStorage<8, 320, ::DryingOutTimerComponent::DryingOutTimerDefinition> mDefinition;
71 ::ll::TypedStorage<4, 4, int> mTicksRemainingUntilDryOut;
72 ::ll::TypedStorage<4, 4, ::DryingOutTimerComponent::DryingOutState> mState;
77 DryingOutTimerComponent& operator=(DryingOutTimerComponent
const&);
78 DryingOutTimerComponent(DryingOutTimerComponent
const&);
83 MCAPI DryingOutTimerComponent();
85 MCAPI DryingOutTimerComponent(::DryingOutTimerComponent&&);
87 MCAPI ~DryingOutTimerComponent();
95 MCAPI
void* $ctor(::DryingOutTimerComponent&&);