Ejemplo n.º 1
0
            public static CreatePlayerResponseType Deserialize(global::Improbable.Worker.CInterop.SchemaObject obj)
            {
                var instance = new CreatePlayerResponseType();

                {
                    instance.CreatedEntityId = obj.GetEntityIdStruct(1);
                }
                return(instance);
            }
Ejemplo n.º 2
0
 public static void Serialize(CreatePlayerResponseType instance, global::Improbable.Worker.CInterop.SchemaObject obj)
 {
     {
         obj.AddEntityId(1, instance.CreatedEntityId);
     }
 }