Skip to content
New issue

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

ET9 ClassEventSystem #605

Open
LiShengYang-yiyi opened this issue Jun 20, 2024 · 0 comments
Open

ET9 ClassEventSystem #605

LiShengYang-yiyi opened this issue Jun 20, 2024 · 0 comments

Comments

@LiShengYang-yiyi
Copy link
Contributor

public void Publish(T t) where T: struct 只提供了同步事件
希望有异步事件 且 有场景

参考EventSystem Publish / PublishAsync 本质上最后都是异步的
希望EntitySystem Publish / PublishAsync 与EventSystem 相同
针对同步消息改个其他方法名

这样就比较统一 发消息要给全局发消息就用 EventSystem 要给指定目标发消息就用 EntitySystem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant