Update UISys.cs

This commit is contained in:
ALEXTANG
2022-06-07 20:26:53 +08:00
parent 6ee4665074
commit 46bd785d07

View File

@@ -81,6 +81,9 @@ namespace UI
public static void ShowTipMsg(string str)
{
GameEventMgr.Instance.Send(TipsEvent.Log,str);
#if UNITY_EDITOR
TLogger.LogInfo(str);
#endif
}
}