File tree 2 files changed +2
-2
lines changed
NetworkingManagerComponents
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class NetworkingConfiguration
13
13
public List < string > MessageTypes = new List < string > ( ) ;
14
14
public List < string > PassthroughMessageTypes = new List < string > ( ) ;
15
15
internal HashSet < ushort > RegisteredPassthroughMessageTypes = new HashSet < ushort > ( ) ;
16
- internal List < string > RegisteredScenes = new List < string > ( ) ;
16
+ public List < string > RegisteredScenes = new List < string > ( ) ;
17
17
public int MessageBufferSize = 65535 ;
18
18
public int MaxMessagesPerFrame = 150 ;
19
19
public int MaxConnections = 100 ;
Original file line number Diff line number Diff line change 6
6
7
7
namespace MLAPI . NetworkingManagerComponents
8
8
{
9
- internal static class NetworkSceneManager
9
+ public static class NetworkSceneManager
10
10
{
11
11
internal static HashSet < string > registeredSceneNames ;
12
12
internal static Dictionary < string , uint > sceneNameToIndex ;
You can’t perform that action at this time.
0 commit comments