From 89d302af2b9f84befd7497e52f1d72162721cd70 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 2 Jan 2021 15:19:37 +0800 Subject: =?UTF-8?q?*=E7=BD=91=E7=BB=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assembly-CSharp/PlayerControl.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Client/Assembly-CSharp/PlayerControl.cs') diff --git a/Client/Assembly-CSharp/PlayerControl.cs b/Client/Assembly-CSharp/PlayerControl.cs index 961f169..753e127 100644 --- a/Client/Assembly-CSharp/PlayerControl.cs +++ b/Client/Assembly-CSharp/PlayerControl.cs @@ -160,6 +160,7 @@ public class PlayerControl : InnerNetObject } } + //c 角色相关的所有的Rpc调用 public enum RpcCalls : byte { PlayAnimation, @@ -1375,6 +1376,7 @@ public class PlayerControl : InnerNetObject AmongUsClient.Instance.FinishRpcImmediately(messageWriter); } + //c 对应的角色执行对应发过来的Rpc调用 public override void HandleRpc(byte callId, MessageReader reader) { switch (callId) -- cgit v1.1-26-g67d0