public void GetChat(string name, string msg, bool isAnswer) { Debug.Log(name + " " + msg + " " + isAnswer); mainUI.GetChat(name, msg, isAnswer); }