AlicizaX/Client/Assets/Scripts/New/Example/Battle/BattleScope.cs

8 lines
150 B
C#
Raw Normal View History

2026-03-25 18:33:59 +08:00
namespace Aliciza.Services.Example
{
/// <summary>
/// 战斗 Scope 标记类。
/// </summary>
public sealed class BattleScope { }
}