// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 using GFramework.Core.Abstractions.Systems; namespace GFramework.Core.Tests.Architectures; /// /// 定义用于混合优先级排序测试的系统契约。 /// public interface IMixedTestSystem : ISystem { }