8 lines
165 B
C#
8 lines
165 B
C#
![]() |
namespace TanksServer;
|
||
|
|
||
|
public class ServicePointDisplayConfiguration
|
||
|
{
|
||
|
public string Hostname { get; set; } = string.Empty;
|
||
|
public int Port { get; set; }
|
||
|
}
|