#undef DEBUG namespace RageCoop.Client { /// /// 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://ragecoop.online/gtav/servers"; /// /// Don't use it! /// public bool FlipMenu { get; set; } = false; } }