namespace GFramework.Core.Tests.Events; /// /// 表示包含整型载荷的测试事件。 /// public sealed class TestEvent { /// /// 获取初始化阶段写入的接收值。 /// public int ReceivedValue { get; init; } }