mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Update NetworkBehaviour.md
Simple typo for `ClientRPC` attribute that should be `ClientRpc`
This commit is contained in:
parent
ea4fc93159
commit
5658b0695d
@ -104,7 +104,7 @@ Client RPC calls are not restricted to player game objects, and may be called on
|
||||
|
||||
To define a Client RPC call in your code, you must write a function which:
|
||||
- Has a name that begins with `Rpc`
|
||||
- Has the `ClientRPC` attribute
|
||||
- Has the `ClientRpc` attribute
|
||||
|
||||
See [Communications](Communications/index.md) and related sections for more information.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user