feat: client configuration file added
This commit is contained in:
11
Platforms/Desktop/ClientConfiguration.cs
Normal file
11
Platforms/Desktop/ClientConfiguration.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
public class ClientConfiguration
|
||||
{
|
||||
public bool Host = false;
|
||||
public int HostPort = 8888;
|
||||
|
||||
public string ServerAddress = "localhost";
|
||||
public int ServerPort = 8888;
|
||||
|
||||
public int windowWidth = 1024;
|
||||
public int windowHeight = 576;
|
||||
}
|
||||
Reference in New Issue
Block a user