namespace GFramework.Game.Abstractions.setting; /// /// 设置数据接口 - 纯数据,可自动创建 /// public interface ISettingsData : ISettingsSection { /// /// 重置设置为默认值 /// void Reset(); }