summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/PlayerControl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/PlayerControl.cs')
-rw-r--r--Client/Assembly-CSharp/PlayerControl.cs2
1 files changed, 2 insertions, 0 deletions
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)