Fixed client exceptions
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
namespace CoopClient
|
||||
{
|
||||
internal class Settings
|
||||
/// <summary>
|
||||
/// Don't use it!
|
||||
/// </summary>
|
||||
public class Settings
|
||||
{
|
||||
public string Username { get; set; } = "Player";
|
||||
public string LastServerAddress { get; set; } = "127.0.0.1:4499";
|
||||
public bool FlipMenu { get; set; } = false;
|
||||
public int StreamedNpc { get; set; } = 10;
|
||||
internal string Username { get; set; } = "Player";
|
||||
internal string LastServerAddress { get; set; } = "127.0.0.1:4499";
|
||||
internal bool FlipMenu { get; set; } = false;
|
||||
internal int StreamedNpc { get; set; } = 10;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user