Commit 35d2e4ab authored by mercury233's avatar mercury233 Committed by Unicorn369

add Program.PrintToChat

parent 42b6eb80
......@@ -1196,6 +1196,18 @@ public class Program : MonoBehaviour
#endif
}
public static void PrintToChat(object o)
{
try
{
instance.cardDescription.mLog(o.ToString());
}
catch
{
DEBUGLOG(o);
}
}
void gameStart()
{
if (UIHelper.shouldMaximize())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment