mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
10 lines
225 B
C#
10 lines
225 B
C#
namespace SharedLibrary.Configuration
|
|
{
|
|
public class ServerConfiguration
|
|
{
|
|
public string IPAddress { get; set; }
|
|
public short Port { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
}
|