LeviLamina
Loading...
Searching...
No Matches
UDPProxyMessages.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class UDPProxyMessages : int {
6 ForwardingSucceeded = 0,
7 ForwardingNotification = 1,
8 NoServersOnline = 2,
9 RecipientGuidNotConnectedToCoordinator = 3,
10 AllServersBusy = 4,
11 InProgress = 5,
12 ForwardingRequestFromClientToCoordinator = 6,
13 PingServersFromCoordinatorToClient = 7,
14 PingServersReplyFromClientToCoordinator = 8,
15 ForwardingRequestFromCoordinatorToServer = 9,
16 ForwardingReplyFromServerToCoordinator = 10,
17 LoginRequestFromServerToCoordinator = 11,
18 LoginSuccessFromCoordinatorToServer = 12,
19 AlreadyLoggedInFromCoordinatorToServer = 13,
20 NoPasswordSetFromCoordinatorToServer = 14,
21 WrongPasswordFromCoordinatorToServer = 15,
22};