LeviLamina
Loading...
Searching...
No Matches
StatePublisher.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
StatePublisher
{
6
public
:
7
// StatePublisher inner types define
8
enum class
State :
int
{
9
NotReady = 0,
10
InProgress = 1,
11
Ready = 2,
12
FailedAndLongDelayRetryDesired = 3,
13
};
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 8>
mUnk93a176;
19
::ll::UntypedStorage<4, 4>
mUnkefe9f1;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
StatePublisher
& operator=(
StatePublisher
const
&);
25
StatePublisher
(
StatePublisher
const
&);
26
StatePublisher
();
27
};
StatePublisher
Definition
StatePublisher.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
store
services
StatePublisher.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0