mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-04 16:49:47 -03:00
Reorganized and cleaned up the solution.
This commit is contained in:
14
Include/Network/Event/Notify_65.h
Normal file
14
Include/Network/Event/Notify_65.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "../GenericNetMessage.h"
|
||||
|
||||
class NotifyClientRequestsConnect2 : public GenericMessage {
|
||||
private:
|
||||
std::string m_discoveryAddr;
|
||||
std::string m_localAddr;
|
||||
int32_t m_port;
|
||||
|
||||
public:
|
||||
NotifyClientRequestsConnect2( std::string discoveryAddr, std::string localAddr, int32_t port );
|
||||
ByteBuffer &Serialize() override;
|
||||
};
|
||||
Reference in New Issue
Block a user