LeviLamina
Loading...
Searching...
No Matches
RM3DestructionState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RakNet {
6
7enum class RM3DestructionState : int {
8 SendDestruction = 0,
9 DoNotQueryDestruction = 1,
10 NoAction = 2,
11 Max = 3,
12};
13
14}