From 9450947206d96ee51286514f8160da9d8cc4a289 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Fri, 29 Nov 2024 15:41:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=AC=E7=8E=A9=E5=AE=B6=E5=92=8CNP?= =?UTF-8?q?C=E4=BD=8D=E7=BD=AE=E7=9A=84=E9=83=A8=E5=88=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/comm/test.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaofang/Assets/comm/test.cs b/xiaofang/Assets/comm/test.cs index 3c173385..48154b4e 100644 --- a/xiaofang/Assets/comm/test.cs +++ b/xiaofang/Assets/comm/test.cs @@ -300,7 +300,7 @@ public class test : MonoBehaviour case "hall.BroadcastMessage": UserJoinResponse userJoinResponse = ProtoBufffer.DeSerialize(bytes); Debug.Log("玩家昵称:" + userJoinResponse.NickName + ",房间:" + userJoinResponse.RoomId.ToString() + ",用户角色"+ userJoinResponse.RoleName); - + Debug.Log(userJoinResponse.IncidentPosition); break; //