mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Initial commit.
:)
This commit is contained in:
13
source/Network/PingedCompatibleServer.hpp
Normal file
13
source/Network/PingedCompatibleServer.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "RakNetTypes.h"
|
||||
#include "RakString.h"
|
||||
|
||||
|
||||
struct PingedCompatibleServer
|
||||
{
|
||||
RakNet::RakString m_name;
|
||||
RakNet::SystemAddress m_address;
|
||||
int m_lastPinged;
|
||||
};
|
||||
Reference in New Issue
Block a user