namespace CoopClient
{
///
/// Don't use it!
///
public class Settings
{
///
/// Don't use it!
///
public string Username { get; set; } = "Player";
///
/// Don't use it!
///
public string LastServerAddress { get; set; } = "127.0.0.1:4499";
///
/// Don't use it!
///
public string MasterServer { get; set; } = "https://gtacoopr.000webhostapp.com/servers.php";
///
/// Don't use it!
///
public bool FlipMenu { get; set; } = false;
}
}