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; //