fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -200,7 +200,7 @@ namespace ChillConnect
|
||||
}
|
||||
Debug.Log(ui.input_msg.text);
|
||||
com_msg com_msg = (com_msg)UIPackage.CreateObject("Lobby_03", "com_msg");
|
||||
com_msg.text_msg.text = DataMgr.PlayerName + ":" + ui.input_msg.text;
|
||||
com_msg.text_msg.text = DataMgr.PlayerName.Value + ":" + ui.input_msg.text;
|
||||
list_user_arr.Add(DataMgr.PlayerName.Value);
|
||||
list_content_arr.Add(ui.input_msg.text);
|
||||
PlayerPrefs.SetInt("faq_time", (int)GameHelper.GetNowTime());
|
||||
|
||||
Reference in New Issue
Block a user