LeviLamina
Loading...
Searching...
No Matches
UDPForwarderResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
UDPForwarderResult :
int
{
8
ForwardingAlreadyExists = 0,
9
NoSockets = 1,
10
BindFailed = 2,
11
InvalidParameters = 3,
12
NotRunning = 4,
13
Success = 5,
14
ResultCount = 6,
15
};
16
17
}
src
mc
deps
raknet
UDPForwarderResult.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0