Update UISys.cs

This commit is contained in:
ALEXTANG
2022-06-07 20:21:19 +08:00
parent 6f0e7cd903
commit 87afe64335

View File

@@ -80,7 +80,7 @@ namespace UI
public static void ShowTipMsg(string str) public static void ShowTipMsg(string str)
{ {
GameEventMgr.Instance.Send(TipsEvent.Log,str);
} }
} }