Update README.md

This commit is contained in:
ALEXTANG
2022-05-21 18:00:37 +08:00
parent 8f0488f675
commit d77244c6a5

View File

@@ -65,7 +65,7 @@ class B
{
private void SaySomeThings()
{
//跨类发送事件
//发送事件
GameEventMgr.Instance.Send("TEngine很好用");
GameEventMgr.Instance.Send(Hellp);
}