mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-07 08:44:29 +08:00
12 lines
250 B
C#
12 lines
250 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
namespace GFramework.Core.Tests.Events;
|
|
|
|
/// <summary>
|
|
/// 表示 <see cref="EventBusTests" /> 使用的测试事件。
|
|
/// </summary>
|
|
public class EventBusTestsEvent
|
|
{
|
|
}
|