@@ -1222,7 +1222,7 @@ public static void ResetState()
12221222 public NetworkVariable < HashSet < int > > ListCollectionServer = new NetworkVariable < HashSet < int > > ( new HashSet < int > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
12231223 public NetworkVariable < HashSet < int > > ListCollectionOwner = new NetworkVariable < HashSet < int > > ( new HashSet < int > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
12241224 // This tracks what has changed per instance which is used to compare to all other instances
1225- public Dictionary < Targets , Dictionary < DeltaTypes , HashSet < int > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , HashSet < int > > > ( ) ;
1225+ internal Dictionary < Targets , Dictionary < DeltaTypes , HashSet < int > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , HashSet < int > > > ( ) ;
12261226
12271227 public bool ValidateInstances ( )
12281228 {
@@ -1471,7 +1471,7 @@ public static void ResetState()
14711471 public NetworkVariable < Dictionary < int , Dictionary < int , SerializableObject > > > ListCollectionServer = new NetworkVariable < Dictionary < int , Dictionary < int , SerializableObject > > > ( new Dictionary < int , Dictionary < int , SerializableObject > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
14721472 public NetworkVariable < Dictionary < int , Dictionary < int , SerializableObject > > > ListCollectionOwner = new NetworkVariable < Dictionary < int , Dictionary < int , SerializableObject > > > ( new Dictionary < int , Dictionary < int , SerializableObject > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
14731473 // This tracks what has changed per instance which is used to compare to all other instances
1474- public Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , Dictionary < int , SerializableObject > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , Dictionary < int , SerializableObject > > > > ( ) ;
1474+ internal Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , Dictionary < int , SerializableObject > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , Dictionary < int , SerializableObject > > > > ( ) ;
14751475
14761476 private bool CompareDictionaries ( ulong clientId , Dictionary < int , SerializableObject > first , Dictionary < int , SerializableObject > second )
14771477 {
@@ -1778,7 +1778,7 @@ public static void ResetState()
17781778 public NetworkVariable < Dictionary < int , SerializableObject > > ListCollectionServer = new NetworkVariable < Dictionary < int , SerializableObject > > ( new Dictionary < int , SerializableObject > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
17791779 public NetworkVariable < Dictionary < int , SerializableObject > > ListCollectionOwner = new NetworkVariable < Dictionary < int , SerializableObject > > ( new Dictionary < int , SerializableObject > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
17801780 // This tracks what has changed per instance which is used to compare to all other instances
1781- public Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , SerializableObject > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , SerializableObject > > > ( ) ;
1781+ internal Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , SerializableObject > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , Dictionary < int , SerializableObject > > > ( ) ;
17821782
17831783 private bool CompareDictionaries ( ulong clientId , Dictionary < int , SerializableObject > first , Dictionary < int , SerializableObject > second )
17841784 {
@@ -2145,7 +2145,7 @@ public static void ResetState()
21452145 public NetworkVariable < List < List < SerializableObject > > > ListCollectionServer = new NetworkVariable < List < List < SerializableObject > > > ( new List < List < SerializableObject > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
21462146 public NetworkVariable < List < List < SerializableObject > > > ListCollectionOwner = new NetworkVariable < List < List < SerializableObject > > > ( new List < List < SerializableObject > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
21472147 // This tracks what has changed per instance which is used to compare to all other instances
2148- public Dictionary < Targets , Dictionary < DeltaTypes , List < List < SerializableObject > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < List < SerializableObject > > > > ( ) ;
2148+ internal Dictionary < Targets , Dictionary < DeltaTypes , List < List < SerializableObject > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < List < SerializableObject > > > > ( ) ;
21492149
21502150 public bool ValidateInstances ( )
21512151 {
@@ -2444,7 +2444,7 @@ public static void ResetState()
24442444 public NetworkVariable < List < SerializableObject > > ListCollectionServer = new NetworkVariable < List < SerializableObject > > ( new List < SerializableObject > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
24452445 public NetworkVariable < List < SerializableObject > > ListCollectionOwner = new NetworkVariable < List < SerializableObject > > ( new List < SerializableObject > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
24462446 // This tracks what has changed per instance which is used to compare to all other instances
2447- public Dictionary < Targets , Dictionary < DeltaTypes , List < SerializableObject > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < SerializableObject > > > ( ) ;
2447+ internal Dictionary < Targets , Dictionary < DeltaTypes , List < SerializableObject > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < SerializableObject > > > ( ) ;
24482448
24492449 public bool ValidateInstances ( )
24502450 {
@@ -2709,7 +2709,7 @@ public static void ResetState()
27092709 public NetworkVariable < List < List < int > > > ListCollectionServer = new NetworkVariable < List < List < int > > > ( new List < List < int > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
27102710 public NetworkVariable < List < List < int > > > ListCollectionOwner = new NetworkVariable < List < List < int > > > ( new List < List < int > > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
27112711 // This tracks what has changed per instance which is used to compare to all other instances
2712- public Dictionary < Targets , Dictionary < DeltaTypes , List < List < int > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < List < int > > > > ( ) ;
2712+ internal Dictionary < Targets , Dictionary < DeltaTypes , List < List < int > > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < List < int > > > > ( ) ;
27132713
27142714 public bool ValidateInstances ( )
27152715 {
@@ -3013,7 +3013,7 @@ public static void ResetState()
30133013 public NetworkVariable < List < int > > ListCollectionServer = new NetworkVariable < List < int > > ( new List < int > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Server ) ;
30143014 public NetworkVariable < List < int > > ListCollectionOwner = new NetworkVariable < List < int > > ( new List < int > ( ) , NetworkVariableReadPermission . Everyone , NetworkVariableWritePermission . Owner ) ;
30153015 // This tracks what has changed per instance which is used to compare to all other instances
3016- public Dictionary < Targets , Dictionary < DeltaTypes , List < int > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < int > > > ( ) ;
3016+ internal Dictionary < Targets , Dictionary < DeltaTypes , List < int > > > NetworkVariableChanges = new Dictionary < Targets , Dictionary < DeltaTypes , List < int > > > ( ) ;
30173017
30183018 public bool ValidateInstances ( )
30193019 {
0 commit comments