mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
8 lines
176 B
C#
8 lines
176 B
C#
namespace NexusForever.Shared.Configuration
|
|
{
|
|
public class NetworkConfig
|
|
{
|
|
public string Host { get; set; }
|
|
public ushort Port { get; set; }
|
|
}
|
|
}
|