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