namespace AxibugEmuOnline.Client { public class AppSettings { /// 背景颜色设定 public BgColorSettings BgColor { get; set; } = new BgColorSettings(); } }