@@ -23,8 +23,8 @@ public static class GameComponentsLookup {
2323 public const int HashSet = 12 ;
2424 public const int ISomeInterface = 13 ;
2525 public const int JaggedArray = 14 ;
26- public const int List = 15 ;
27- public const int ListArray = 16 ;
26+ public const int ListArray = 15 ;
27+ public const int List = 16 ;
2828 public const int ManyMembers = 17 ;
2929 public const int MonoBehaviourSubClass = 18 ;
3030 public const int MyBool = 19 ;
@@ -45,8 +45,8 @@ public static class GameComponentsLookup {
4545 public const int SomeStruct = 34 ;
4646 public const int SystemObject = 35 ;
4747 public const int Test = 36 ;
48- public const int Texture = 37 ;
49- public const int Texture2D = 38 ;
48+ public const int Texture2D = 37 ;
49+ public const int Texture = 38 ;
5050 public const int Unique = 39 ;
5151 public const int UnityObject = 40 ;
5252 public const int UnsupportedObject = 41 ;
@@ -73,8 +73,8 @@ public static class GameComponentsLookup {
7373 "HashSet" ,
7474 "ISomeInterface" ,
7575 "JaggedArray" ,
76- "List" ,
7776 "ListArray" ,
77+ "List" ,
7878 "ManyMembers" ,
7979 "MonoBehaviourSubClass" ,
8080 "MyBool" ,
@@ -95,8 +95,8 @@ public static class GameComponentsLookup {
9595 "SomeStruct" ,
9696 "SystemObject" ,
9797 "Test" ,
98- "Texture" ,
9998 "Texture2D" ,
99+ "Texture" ,
100100 "Unique" ,
101101 "UnityObject" ,
102102 "UnsupportedObject" ,
@@ -122,8 +122,8 @@ public static class GameComponentsLookup {
122122 typeof ( HashSetComponent ) ,
123123 typeof ( ISomeInterfaceComponent ) ,
124124 typeof ( JaggedArrayComponent ) ,
125- typeof ( ListComponent ) ,
126125 typeof ( ListArrayComponent ) ,
126+ typeof ( ListComponent ) ,
127127 typeof ( ManyMembersComponent ) ,
128128 typeof ( MonoBehaviourSubClassComponent ) ,
129129 typeof ( MyBoolComponent ) ,
@@ -144,8 +144,8 @@ public static class GameComponentsLookup {
144144 typeof ( SomeStructComponent ) ,
145145 typeof ( SystemObjectComponent ) ,
146146 typeof ( TestComponent ) ,
147- typeof ( TextureComponent ) ,
148147 typeof ( Texture2DComponent ) ,
148+ typeof ( TextureComponent ) ,
149149 typeof ( UniqueComponent ) ,
150150 typeof ( UnityObjectComponent ) ,
151151 typeof ( UnsupportedObjectComponent ) ,
0 commit comments