添加热更新程序集的事件args
parent
bec26a432b
commit
839f1c62e2
|
@ -0,0 +1,3 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0457d6fd589f4e0fb1019081e16ea967
|
||||||
|
timeCreated: 1721353737
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 146aebd2433140b39d27fd9284968604
|
||||||
|
timeCreated: 1721353774
|
Loading…
Reference in New Issue