mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
10 lines
343 B
C#
10 lines
343 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
namespace GFramework.Game.Abstractions.Setting;
|
|
|
|
/// <summary>
|
|
/// 表示游戏设置的一个配置节接口
|
|
/// 该接口定义了设置配置节的基本契约,用于管理游戏中的各种配置选项
|
|
/// </summary>
|
|
public interface ISettingsSection; |