// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 namespace GFramework.Core.Tests.Architectures; /// /// 为 提供的测试事件载荷。 /// public sealed class TestEventV2 { /// /// 获取或设置测试事件数据。 /// public int Data { get; init; } }