File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.unity.netcode.gameobjects/Runtime/Transports/UTP Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,14 @@ private struct PacketLossCache
368368 internal static event Action < int > TransportDisposed ;
369369
370370 /// <summary>
371- /// Provides access to the <see cref="Networking.Transport. NetworkDriver"/> for this <see cref="UnityTransport"/> instance.
371+ /// Provides access to the <see cref="NetworkDriver"/> for this instance.
372372 /// </summary>
373373 protected NetworkDriver m_Driver ;
374374
375375 /// <summary>
376- /// Gets a reference to the <see cref="Networking.Transport. NetworkDriver"/>.
376+ /// Gets a reference to the <see cref="NetworkDriver"/>.
377377 /// </summary>
378- /// <returns>ref <see cref="Networking.Transport. NetworkDriver"/></returns>
378+ /// <returns>ref <see cref="NetworkDriver"/></returns>
379379 public ref NetworkDriver GetNetworkDriver ( )
380380 {
381381 return ref m_Driver ;
You can’t perform that action at this time.
0 commit comments