refactor: connection ping & round trip in milliseconds properties added
This commit is contained in:
@@ -3,6 +3,10 @@ namespace Syntriax.Engine.Network;
|
||||
public interface IConnection
|
||||
{
|
||||
string Id { get; }
|
||||
|
||||
float Ping { get; }
|
||||
float RoundTrip { get; }
|
||||
|
||||
int PingMs { get; }
|
||||
int RoundTripMs { get; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user