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 e3021ff commit 703e567Copy full SHA for 703e567
1 file changed
com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs
@@ -51,7 +51,7 @@ public enum SendTo
51
/// </summary>
52
NotMe,
53
/// <summary>
54
- /// Send this RPC to everone, filtered to the current observer list.
+ /// Send this RPC to everyone, filtered to the current observer list.
55
/// Will execute locally.
56
57
Everyone,
@@ -220,7 +220,7 @@ public void Dispose()
220
public BaseRpcTarget NotMe;
221
222
223
224
225
226
public BaseRpcTarget Everyone;
0 commit comments