EventSystem扩展
This commit is contained in:
@@ -49,7 +49,7 @@ namespace AibisDream.Framework
|
||||
}
|
||||
}
|
||||
|
||||
public IUnRegister Register<T, TE>(T key, Action<TE> onEvent) where T : IConvertible where TE : struct
|
||||
public IUnRegister Register<T, TE>(T key, Action<TE> onEvent) where T : IConvertible
|
||||
{
|
||||
var kv = key.ToInt32(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user