We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public void Publish(T t) where T: struct 只提供了同步事件 希望有异步事件 且 有场景
参考EventSystem Publish / PublishAsync 本质上最后都是异步的 希望EntitySystem Publish / PublishAsync 与EventSystem 相同 针对同步消息改个其他方法名
这样就比较统一 发消息要给全局发消息就用 EventSystem 要给指定目标发消息就用 EntitySystem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
public void Publish(T t) where T: struct 只提供了同步事件
希望有异步事件 且 有场景
参考EventSystem Publish / PublishAsync 本质上最后都是异步的
希望EntitySystem Publish / PublishAsync 与EventSystem 相同
针对同步消息改个其他方法名
这样就比较统一 发消息要给全局发消息就用 EventSystem 要给指定目标发消息就用 EntitySystem
The text was updated successfully, but these errors were encountered: