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