namespace GFramework.Game.Abstractions.setting; /// /// 设置数据接口 - 纯数据,可自动创建 /// public interface ISettingsData : ISettingsSection;