namespace CruelMan.Modules.Settings { public abstract class TextSetting : Setting { public virtual string value { get; set; } = ""; } }