From a9868295a97ead5bf5a8ac196e8baa2c881c8619 Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Fri, 27 Dec 2024 11:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaofang/Assets/ProtoBuf/test.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaofang/Assets/ProtoBuf/test.cs b/xiaofang/Assets/ProtoBuf/test.cs index 252168bb..6bf5e708 100644 --- a/xiaofang/Assets/ProtoBuf/test.cs +++ b/xiaofang/Assets/ProtoBuf/test.cs @@ -441,7 +441,7 @@ public class test : MonoBehaviour } - //界面选项操作 + // public void GetSelectHistoryList() { SelectHistoryRequest data = new SelectHistoryRequest(); @@ -717,7 +717,7 @@ public class test : MonoBehaviour Debug.Log(requestObject); break; - //对象触发操作 + // case "move.MoveNpc": Debug.Log("-----------move.MoveNpc"); MoveRequest moveRequest = ProtoBufffer.DeSerialize(bytes);