nexusforever/Source/NexusForever.Shared/Configuration/NetworkConfig.cs
2018-10-09 12:03:35 +13:00

8 lines
176 B
C#

namespace NexusForever.Shared.Configuration
{
public class NetworkConfig
{
public string Host { get; set; }
public ushort Port { get; set; }
}
}