Skip to content

Commit 834eedf

Browse files
Update com.unity.netcode.gameobjects/Documentation~/advanced-topics/message-system/rpc.md
Co-authored-by: Noel Stephens <[email protected]>
1 parent 760921f commit 834eedf

File tree

1 file changed

+1
-1
lines changed
  • com.unity.netcode.gameobjects/Documentation~/advanced-topics/message-system

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Documentation~/advanced-topics/message-system/rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPC
22

3-
Any process can communicate with any other process by sending a remote procedure call (RPC). The `Rpc` attribute is the recommended attribute to use when declaring RPC methods. The `Rpc` attribute's parameters defines the receivers and execution rights for the RPC method.
3+
Any process can communicate with any other process by sending a remote procedure call (RPC). The `Rpc` attribute is the recommended attribute to use when declaring RPC methods. The `Rpc` attribute's parameters define the receivers and execution rights for the RPC method.
44

55
![](../../images/sequence_diagrams/RPCs/ServerRPCs.png)
66

0 commit comments

Comments
 (0)