LeviLamina
Loading...
Searching...
No Matches
PluginReceiveResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
PluginReceiveResult :
int
{
8
StopProcessingAndDeallocate = 0,
9
ContinueProcessing = 1,
10
StopProcessing = 2,
11
};
12
13
}
src
mc
deps
raknet
PluginReceiveResult.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0