LeviLamina
Loading...
Searching...
No Matches
RM3ConstructionState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
RM3ConstructionState :
int
{
8
SendConstruction = 0,
9
AlreadyExistsRemotely = 1,
10
AlreadyExistsRemotelyDoNotConstruct = 2,
11
NeverConstruct = 3,
12
NoAction = 4,
13
Max = 5,
14
};
15
16
}
src
mc
deps
raknet
RM3ConstructionState.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0