mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update UISys.cs
This commit is contained in:
@@ -81,6 +81,9 @@ namespace UI
|
|||||||
public static void ShowTipMsg(string str)
|
public static void ShowTipMsg(string str)
|
||||||
{
|
{
|
||||||
GameEventMgr.Instance.Send(TipsEvent.Log,str);
|
GameEventMgr.Instance.Send(TipsEvent.Log,str);
|
||||||
|
#if UNITY_EDITOR
|
||||||
|
TLogger.LogInfo(str);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user