Skip to content

Commit 452c808

Browse files
committed
[增加]1. 增加事件监听的命名判断
1 parent 20ac53b commit 452c808

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

GameFrameX.Utility/Setting/GlobalConst.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ public static class GlobalConst
2929
/// 组件处理器名称后缀
3030
/// </summary>
3131
public const string ComponentHandlerNameSuffix = "Handler";
32-
32+
33+
/// <summary>
34+
/// 事件处理器名称后缀
35+
/// </summary>
36+
public const string EventListenerNameSuffix = "EventListener";
37+
3338
/// <summary>
3439
/// 组件代理包裹名称后缀
3540
/// </summary>

0 commit comments

Comments
 (0)