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