We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4385a commit 7040c88Copy full SHA for 7040c88
docs/_docs/the-basics/messaging-system.md
@@ -35,7 +35,7 @@ public class Example : NetworkedBehaviour
35
}
36
else
37
{
38
- InvokeServerRpc(MyServerRpc, Random.Range(-50, 50));
+ InvokeServerRpc(MyServerRPC, Random.Range(-50, 50));
39
40
41
0 commit comments