fork from 1.3
This commit is contained in:
8
FreeSR.Shared/Configuration/NetworkConfiguration.cs
Normal file
8
FreeSR.Shared/Configuration/NetworkConfiguration.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace FreeSR.Shared.Configuration
|
||||
{
|
||||
public class NetworkConfiguration
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public ushort Port { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user