File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
NetworkingManagerComponents Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class NetworkingConfiguration
1313 public List < string > MessageTypes = new List < string > ( ) ;
1414 public List < string > PassthroughMessageTypes = new List < string > ( ) ;
1515 internal HashSet < ushort > RegisteredPassthroughMessageTypes = new HashSet < ushort > ( ) ;
16- internal List < string > RegisteredScenes = new List < string > ( ) ;
16+ public List < string > RegisteredScenes = new List < string > ( ) ;
1717 public int MessageBufferSize = 65535 ;
1818 public int MaxMessagesPerFrame = 150 ;
1919 public int MaxConnections = 100 ;
Original file line number Diff line number Diff line change 66
77namespace MLAPI . NetworkingManagerComponents
88{
9- internal static class NetworkSceneManager
9+ public static class NetworkSceneManager
1010 {
1111 internal static HashSet < string > registeredSceneNames ;
1212 internal static Dictionary < string , uint > sceneNameToIndex ;
You can’t perform that action at this time.
0 commit comments