Skip to content

Commit aec49ce

Browse files
Change class visibility to internal for example class
1 parent d0bd2ce commit aec49ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.unity.netcode.gameobjects/Tests/Runtime/DocumentationCodeSamples/Configuration/SinglePlayerSessions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace DocumentationCodeSamples
1515
/// Example of how to start a single player or multiplayer session.
1616
/// Place this on your NetworkManager's GameObject.
1717
/// </summary>
18-
public class SwitchingTransportTypesExample : MonoBehaviour
18+
internal class SwitchingTransportTypesExample : MonoBehaviour
1919
{
2020
public enum StartType
2121
{

0 commit comments

Comments
 (0)