@@ -421,7 +421,7 @@ public Snapshot(global::System.Collections.Generic.Dictionary<BlittableBool,stri
421421
422422 public static class Serialization
423423 {
424- public static void SerializeComponent ( Improbable . Gdk . Tests . ExhaustiveMapKey . Component component , global ::Improbable . Worker . CInterop . SchemaObject obj , global ::Unity . Entities . World world )
424+ public static void SerializeComponent ( global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Component component , global ::Improbable . Worker . CInterop . SchemaObject obj , global ::Unity . Entities . World world )
425425 {
426426 {
427427 foreach ( var keyValuePair in component . Field1 )
@@ -587,7 +587,7 @@ public static void SerializeComponent(Improbable.Gdk.Tests.ExhaustiveMapKey.Comp
587587 }
588588 }
589589
590- public static void SerializeUpdate ( Improbable . Gdk . Tests . ExhaustiveMapKey . Component component , global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
590+ public static void SerializeUpdate ( global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Component component , global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
591591 {
592592 var obj = updateObj . GetFields ( ) ;
593593 {
@@ -916,7 +916,7 @@ public static void SerializeUpdate(Improbable.Gdk.Tests.ExhaustiveMapKey.Compone
916916 }
917917 }
918918
919- public static void SerializeUpdate ( Improbable . Gdk . Tests . ExhaustiveMapKey . Update update , global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
919+ public static void SerializeUpdate ( global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Update update , global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
920920 {
921921 var obj = updateObj . GetFields ( ) ;
922922 {
@@ -1245,7 +1245,7 @@ public static void SerializeUpdate(Improbable.Gdk.Tests.ExhaustiveMapKey.Update
12451245 }
12461246 }
12471247
1248- public static void SerializeSnapshot ( Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot snapshot , global ::Improbable . Worker . CInterop . SchemaObject obj )
1248+ public static void SerializeSnapshot ( global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot snapshot , global ::Improbable . Worker . CInterop . SchemaObject obj )
12491249 {
12501250 {
12511251 foreach ( var keyValuePair in snapshot . Field1 )
@@ -1411,9 +1411,9 @@ public static void SerializeSnapshot(Improbable.Gdk.Tests.ExhaustiveMapKey.Snaps
14111411 }
14121412 }
14131413
1414- public static Improbable . Gdk . Tests . ExhaustiveMapKey . Component Deserialize ( global ::Improbable . Worker . CInterop . SchemaObject obj , global ::Unity . Entities . World world )
1414+ public static global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Component Deserialize ( global ::Improbable . Worker . CInterop . SchemaObject obj , global ::Unity . Entities . World world )
14151415 {
1416- var component = new Improbable . Gdk . Tests . ExhaustiveMapKey . Component ( ) ;
1416+ var component = new global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Component ( ) ;
14171417
14181418 component . field1Handle = Improbable . Gdk . Tests . ExhaustiveMapKey . ReferenceTypeProviders . Field1Provider . Allocate ( world ) ;
14191419 {
@@ -1670,9 +1670,9 @@ public static Improbable.Gdk.Tests.ExhaustiveMapKey.Component Deserialize(global
16701670 return component ;
16711671 }
16721672
1673- public static Improbable . Gdk . Tests . ExhaustiveMapKey . Update DeserializeUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
1673+ public static global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Update DeserializeUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj )
16741674 {
1675- var update = new Improbable . Gdk . Tests . ExhaustiveMapKey . Update ( ) ;
1675+ var update = new global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Update ( ) ;
16761676 var obj = updateObj . GetFields ( ) ;
16771677
16781678 var clearedFields = updateObj . GetClearedFields ( ) ;
@@ -2112,9 +2112,9 @@ public static Improbable.Gdk.Tests.ExhaustiveMapKey.Update DeserializeUpdate(glo
21122112 return update ;
21132113 }
21142114
2115- public static Improbable . Gdk . Tests . ExhaustiveMapKey . Update DeserializeUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentData data )
2115+ public static global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Update DeserializeUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentData data )
21162116 {
2117- var update = new Improbable . Gdk . Tests . ExhaustiveMapKey . Update ( ) ;
2117+ var update = new global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Update ( ) ;
21182118 var obj = data . GetFields ( ) ;
21192119
21202120 {
@@ -2336,9 +2336,9 @@ public static Improbable.Gdk.Tests.ExhaustiveMapKey.Update DeserializeUpdate(glo
23362336 return update ;
23372337 }
23382338
2339- public static Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot DeserializeSnapshot ( global ::Improbable . Worker . CInterop . SchemaObject obj )
2339+ public static global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot DeserializeSnapshot ( global ::Improbable . Worker . CInterop . SchemaObject obj )
23402340 {
2341- var component = new Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot ( ) ;
2341+ var component = new global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot ( ) ;
23422342
23432343 {
23442344 component . Field1 = new global ::System . Collections . Generic . Dictionary < BlittableBool , string > ( ) ;
@@ -2595,7 +2595,7 @@ public static Improbable.Gdk.Tests.ExhaustiveMapKey.Snapshot DeserializeSnapshot
25952595 return component ;
25962596 }
25972597
2598- public static void ApplyUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj , ref Improbable . Gdk . Tests . ExhaustiveMapKey . Component component )
2598+ public static void ApplyUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj , ref global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Component component )
25992599 {
26002600 var obj = updateObj . GetFields ( ) ;
26012601
@@ -3035,7 +3035,7 @@ public static void ApplyUpdate(global::Improbable.Worker.CInterop.SchemaComponen
30353035 }
30363036 }
30373037
3038- public static void ApplyUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj , ref Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot snapshot )
3038+ public static void ApplyUpdate ( global ::Improbable . Worker . CInterop . SchemaComponentUpdate updateObj , ref global :: Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot snapshot )
30393039 {
30403040 var obj = updateObj . GetFields ( ) ;
30413041
@@ -3505,7 +3505,7 @@ public struct ReceivedUpdates : IComponentData
35053505 internal uint handle ;
35063506 public global ::System . Collections . Generic . List < Update > Updates
35073507 {
3508- get => Improbable . Gdk . Tests . ExhaustiveMapKey . ReferenceTypeProviders . UpdatesProvider . Get ( handle ) ;
3508+ get => global :: Improbable . Gdk . Tests . ExhaustiveMapKey . ReferenceTypeProviders . UpdatesProvider . Get ( handle ) ;
35093509 }
35103510 }
35113511
0 commit comments