using System; using System.Collections.Generic; using System.Text; namespace Flow.Launcher.Plugin.Explorer { public class Settings { public int MaxResult { get; set; } = 100; } }