File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
com.unity.netcode.gameobjects/Components/Transport Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 33using Unity . Netcode ;
44
55/// <summary>
6- /// A transport that can be used to run a Netcode for GameObjects sessopm in "single player" mode
7- /// by assigning this transport to the <see cref="NetworkConfig.NetworkTransport"/>
8- /// property before starting a host.
6+ /// A transport that can be used to run a Netcode for GameObjects session in "single player" mode
7+ /// by assigning this transport to the <see cref="NetworkConfig.NetworkTransport"/> property before
8+ /// starting as a host.
99/// </summary>
10+ /// <remarks>
11+ /// You can only start as a host when using this transport.
12+ /// </remarks>
1013public class SinglePlayerTransport : NetworkTransport
1114{
1215 /// <inheritdoc/>
You can’t perform that action at this time.
0 commit comments