namespace LobbyServerDto { /// /// Send from a client to the lobby server via udp to from the game port to retrieve the observerd external ip and port /// [LobbyMessage] public partial class QueryExternalPortAndIp { /// /// Lobby client id /// public int LobbyClientId { get; set; } } }