添加热更新程序集的事件args

pull/1/head
zhangxl 2024-07-19 10:55:39 +08:00
parent bec26a432b
commit 839f1c62e2
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 0457d6fd589f4e0fb1019081e16ea967
timeCreated: 1721353737

View File

@ -0,0 +1,10 @@
using ZGame;
namespace ZC
{
public class TestEventArgs : GameEventArgs
{
public static readonly int EventId = typeof(TestEventArgs).GetHashCode();
public override int Id => EventId;
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 146aebd2433140b39d27fd9284968604
timeCreated: 1721353774