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 1484d52 commit 9abf209Copy full SHA for 9abf209
MLAPI/MonoBehaviours/Core/NetworkingManager.cs
@@ -135,7 +135,7 @@ internal set
135
/// Delegate type called when connection has been approved
136
/// </summary>
137
/// <param name="clientId">The clientId of the approved client</param>
138
- /// <param name="prefabId">The prefabId to use for the client</param>
+ /// <param name="prefabHash">The prefabHash to use for the client</param>
139
/// <param name="approved">Wheter or not the client was approved</param>
140
/// <param name="position">The position to spawn the client at</param>
141
/// <param name="rotation">The rotation to spawn the client with</param>
0 commit comments