From 0936f731cdb8af82e600fb1cc846631a43571688 Mon Sep 17 00:00:00 2001 From: LH Date: Sat, 7 Dec 2019 21:14:26 +0800 Subject: [PATCH] [03_RoyalGallery] Updated the grpc feature. --- .../Assets/PaintingNavigator/Script/Grpc.meta | 8 - .../Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs | 128 --- .../Ultracombos.Marvel.DrawHeroesGrpc.cs.meta | 11 - .../Script/Grpc/Ultracombos.minionsGrpc.cs | 127 --- .../Grpc/Ultracombos.minionsGrpc.cs.meta | 11 - .../Grpc/UltracombosMarvelDrawHeroes.cs | 813 ------------------ .../Grpc/UltracombosMarvelDrawHeroes.cs.meta | 11 - .../Script/Grpc/UltracombosMinions.cs | 681 --------------- .../Script/Grpc/UltracombosMinions.cs.meta | 11 - .../Script/PrintingGenerator.cs | 2 +- .../Script/ResourceServer.cs | 2 +- .../Assets/RoyalGalleryPortrait.unity | 183 ++-- .../RoyalGalleryPortrait/Script/Grpc.meta | 8 - .../Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs | 128 --- .../Ultracombos.Marvel.DrawHeroesGrpc.cs.meta | 11 - .../Script/Grpc/Ultracombos.minionsGrpc.cs | 127 --- .../Grpc/Ultracombos.minionsGrpc.cs.meta | 11 - .../Grpc/UltracombosMarvelDrawHeroes.cs | 813 ------------------ .../Grpc/UltracombosMarvelDrawHeroes.cs.meta | 11 - .../Script/Grpc/UltracombosMinions.cs | 681 --------------- .../Script/Grpc/UltracombosMinions.cs.meta | 11 - .../RoyalGalleryPortrait/Script/Portrait.cs | 2 + .../Script/ResourceClient.cs | 8 +- .../Script/ResourceServer.cs | 2 +- ...rpcServer.cs => RorayGalleryGrpcServer.cs} | 18 +- ...cs.meta => RorayGalleryGrpcServer.cs.meta} | 0 .../Packages/manifest.json | 1 + .../Assets/RoyalGallery/Script/AppData.cs | 3 +- .../Assets/RoyalGallery/Script/DevelopMode.cs | 2 +- .../Assets/RoyalGallery/Script/Grpc.meta | 8 - .../Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs | 128 --- .../Ultracombos.Marvel.DrawHeroesGrpc.cs.meta | 11 - .../Grpc/UltracombosMarvelDrawHeroes.cs | 813 ------------------ .../Grpc/UltracombosMarvelDrawHeroes.cs.meta | 11 - .../RoyalGallery/Script/LastPaintingImage.cs | 2 +- .../RoyalGallery/Script/LastSignatureImage.cs | 2 +- .../Assets/RoyalGallery/Script/PageManager.cs | 2 +- .../Assets/RoyalGallery/Script/PaintSender.cs | 2 +- .../Assets/RoyalGallery/Script/Pivot.cs | 2 +- .../RoyalGallery/Script/ResourceClient.cs | 2 +- .../Script/RoleLocationManager.cs | 2 +- .../RoyalGallery/Script/SerialTextModifier.cs | 2 +- 42 files changed, 113 insertions(+), 4699 deletions(-) delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs.meta rename 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/{DrawHeroesGrpcServer.cs => RorayGalleryGrpcServer.cs} (89%) rename 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/{DrawHeroesGrpcServer.cs.meta => RorayGalleryGrpcServer.cs.meta} (100%) delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs delete mode 100644 03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc.meta deleted file mode 100644 index 2aafaaa..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d6817963de988414da67c17d88e5927b -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs deleted file mode 100644 index 564c952..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs +++ /dev/null @@ -1,128 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace UltraCombos.Marvel.DrawHeroes { - public static partial class Resource - { - static readonly string __ServiceName = "UltraCombos.Marvel.DrawHeroes.Resource"; - - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Device = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Device.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Page = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Page.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser.ParseFrom); - - static readonly grpc::Method __Method_GetPage = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetPage", - __Marshaller_UltraCombos_Marvel_DrawHeroes_Device, - __Marshaller_UltraCombos_Marvel_DrawHeroes_Page); - - static readonly grpc::Method __Method_SendData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "SendData", - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest, - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Resource - public abstract partial class ResourceBase - { - public virtual global::System.Threading.Tasks.Task GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - public virtual global::System.Threading.Tasks.Task SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Client for Resource - public partial class ResourceClient : grpc::ClientBase - { - /// Creates a new client for Resource - /// The channel to use to make remote calls. - public ResourceClient(grpc::Channel channel) : base(channel) - { - } - /// Creates a new client for Resource that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - protected ResourceClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPage(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetPage, null, options, request); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPageAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetPage, null, options, request); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) - { - return new ResourceClient(configuration); - } - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetPage, serviceImpl.GetPage) - .AddMethod(__Method_SendData, serviceImpl.SendData).Build(); - } - - } -} -#endregion diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta deleted file mode 100644 index aa36d7c..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: e3b94615b2dc30a46bb2595acf1f7149 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs deleted file mode 100644 index 641c432..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs +++ /dev/null @@ -1,127 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ultracombos.minions.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace UltraCombos.Minions { - public static partial class Resource - { - static readonly string __ServiceName = "UltraCombos.Minions.Resource"; - - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_Index = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.Index.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataRequest.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataReply.Parser.ParseFrom); - - static readonly grpc::Method __Method_GetIndex = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetIndex", - __Marshaller_UltraCombos_Minions_Index, - __Marshaller_UltraCombos_Minions_Index); - - static readonly grpc::Method __Method_SendData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "SendData", - __Marshaller_UltraCombos_Minions_DataRequest, - __Marshaller_UltraCombos_Minions_DataReply); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Resource - public abstract partial class ResourceBase - { - public virtual global::System.Threading.Tasks.Task GetIndex(global::UltraCombos.Minions.Index request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - public virtual global::System.Threading.Tasks.Task SendData(global::UltraCombos.Minions.DataRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Client for Resource - public partial class ResourceClient : grpc::ClientBase - { - /// Creates a new client for Resource - /// The channel to use to make remote calls. - public ResourceClient(grpc::Channel channel) : base(channel) - { - } - /// Creates a new client for Resource that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - protected ResourceClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetIndex(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetIndex, null, options, request); - } - public virtual grpc::AsyncUnaryCall GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetIndexAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetIndex, null, options, request); - } - public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) - { - return new ResourceClient(configuration); - } - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetIndex, serviceImpl.GetIndex) - .AddMethod(__Method_SendData, serviceImpl.SendData).Build(); - } - - } -} -#endregion diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs.meta deleted file mode 100644 index 83043d7..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/Ultracombos.minionsGrpc.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5d7a06eb139b8044da62946a48e3f2e2 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs deleted file mode 100644 index 59717be..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs +++ /dev/null @@ -1,813 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace UltraCombos.Marvel.DrawHeroes { - - /// Holder for reflection information generated from Ultracombos.Marvel.DrawHeroes.proto - public static partial class UltracombosMarvelDrawHeroesReflection { - - #region Descriptor - /// File descriptor for Ultracombos.Marvel.DrawHeroes.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static UltracombosMarvelDrawHeroesReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNVbHRyYWNvbWJvcy5NYXJ2ZWwuRHJhd0hlcm9lcy5wcm90bxIdVWx0cmFD", - "b21ib3MuTWFydmVsLkRyYXdIZXJvZXMiBwoFRW1wdHkiFAoGRGV2aWNlEgoK", - "AmlkGAEgASgFIiIKBFBhZ2USCgoCaWQYASABKAkSDgoGc2VyaWFsGAIgASgJ", - "ImAKC0RhdGFSZXF1ZXN0EgoKAmlkGAEgASgJEg4KBnNlcmlhbBgCIAEoCRIP", - "Cgdjb250ZW50GAMgASgMEhEKCXNpZ25hdHVyZRgEIAEoDBIRCgl0aHVtYm5h", - "aWwYBSABKAwiGwoJRGF0YVJlcGx5Eg4KBnJlc3VsdBgBIAEoCTLHAQoIUmVz", - "b3VyY2USVwoHR2V0UGFnZRIlLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRldmljZRojLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVyb2VzLlBh", - "Z2UiABJiCghTZW5kRGF0YRIqLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRhdGFSZXF1ZXN0GiguVWx0cmFDb21ib3MuTWFydmVsLkRyYXdIZXJv", - "ZXMuRGF0YVJlcGx5IgBiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Empty), global::UltraCombos.Marvel.DrawHeroes.Empty.Parser, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Device), global::UltraCombos.Marvel.DrawHeroes.Device.Parser, new[]{ "Id" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Page), global::UltraCombos.Marvel.DrawHeroes.Page.Parser, new[]{ "Id", "Serial" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataRequest), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataReply), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser, new[]{ "Result" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class Empty : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Empty()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty(Empty other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty Clone() { - return new Empty(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Empty); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Empty other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Empty other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - } - - } - - public sealed partial class Device : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Device()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device(Device other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device Clone() { - return new Device(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Device); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Device other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Device other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - - } - - public sealed partial class Page : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Page()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page(Page other) : this() { - id_ = other.id_; - serial_ = other.serial_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page Clone() { - return new Page(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Page); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Page other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Page other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - } - } - } - - } - - public sealed partial class DataRequest : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest(DataRequest other) : this() { - id_ = other.id_; - serial_ = other.serial_; - content_ = other.content_; - signature_ = other.signature_; - thumbnail_ = other.thumbnail_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest Clone() { - return new DataRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "content" field. - public const int ContentFieldNumber = 3; - private pb::ByteString content_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Content { - get { return content_; } - set { - content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "signature" field. - public const int SignatureFieldNumber = 4; - private pb::ByteString signature_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Signature { - get { return signature_; } - set { - signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "thumbnail" field. - public const int ThumbnailFieldNumber = 5; - private pb::ByteString thumbnail_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Thumbnail { - get { return thumbnail_; } - set { - thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - if (Content != other.Content) return false; - if (Signature != other.Signature) return false; - if (Thumbnail != other.Thumbnail) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (Content.Length != 0) hash ^= Content.GetHashCode(); - if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (Content.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(Content); - } - if (Signature.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(Signature); - } - if (Thumbnail.Length != 0) { - output.WriteRawTag(42); - output.WriteBytes(Thumbnail); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (Content.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); - } - if (Signature.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); - } - if (Thumbnail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - if (other.Content.Length != 0) { - Content = other.Content; - } - if (other.Signature.Length != 0) { - Signature = other.Signature; - } - if (other.Thumbnail.Length != 0) { - Thumbnail = other.Thumbnail; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - case 26: { - Content = input.ReadBytes(); - break; - } - case 34: { - Signature = input.ReadBytes(); - break; - } - case 42: { - Thumbnail = input.ReadBytes(); - break; - } - } - } - } - - } - - public sealed partial class DataReply : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataReply()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply(DataReply other) : this() { - result_ = other.result_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply Clone() { - return new DataReply(this); - } - - /// Field number for the "result" field. - public const int ResultFieldNumber = 1; - private string result_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Result { - get { return result_; } - set { - result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataReply); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataReply other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Result != other.Result) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Result.Length != 0) hash ^= Result.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Result.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Result); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Result.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataReply other) { - if (other == null) { - return; - } - if (other.Result.Length != 0) { - Result = other.Result; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Result = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta deleted file mode 100644 index 06eb90d..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 111f88091d9ab8948a3273e8c16a943f -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs deleted file mode 100644 index 368fd1c..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs +++ /dev/null @@ -1,681 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ultracombos.minions.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace UltraCombos.Minions { - - /// Holder for reflection information generated from ultracombos.minions.proto - public static partial class UltracombosMinionsReflection { - - #region Descriptor - /// File descriptor for ultracombos.minions.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static UltracombosMinionsReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Chl1bHRyYWNvbWJvcy5taW5pb25zLnByb3RvEhNVbHRyYUNvbWJvcy5NaW5p", - "b25zIgcKBUVtcHR5IiMKBUluZGV4EgoKAmlkGAEgASgFEg4KBnNlcmlhbBgC", - "IAEoCSJgCgtEYXRhUmVxdWVzdBIKCgJpZBgBIAEoBRIOCgZzZXJpYWwYAiAB", - "KAkSDwoHY29udGVudBgDIAEoDBIRCglzaWduYXR1cmUYBCABKAwSEQoJdGh1", - "bWJuYWlsGAUgASgMIhsKCURhdGFSZXBseRIOCgZyZXN1bHQYASABKAkyoAEK", - "CFJlc291cmNlEkQKCEdldEluZGV4EhouVWx0cmFDb21ib3MuTWluaW9ucy5J", - "bmRleBoaLlVsdHJhQ29tYm9zLk1pbmlvbnMuSW5kZXgiABJOCghTZW5kRGF0", - "YRIgLlVsdHJhQ29tYm9zLk1pbmlvbnMuRGF0YVJlcXVlc3QaHi5VbHRyYUNv", - "bWJvcy5NaW5pb25zLkRhdGFSZXBseSIAYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Empty), global::UltraCombos.Minions.Empty.Parser, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Index), global::UltraCombos.Minions.Index.Parser, new[]{ "Id", "Serial" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataRequest), global::UltraCombos.Minions.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataReply), global::UltraCombos.Minions.DataReply.Parser, new[]{ "Result" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class Empty : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Empty()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty(Empty other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty Clone() { - return new Empty(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Empty); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Empty other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Empty other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - } - - } - - public sealed partial class Index : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Index()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index(Index other) : this() { - id_ = other.id_; - serial_ = other.serial_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index Clone() { - return new Index(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Index); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Index other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Index other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - } - } - } - - } - - public sealed partial class DataRequest : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest(DataRequest other) : this() { - id_ = other.id_; - serial_ = other.serial_; - content_ = other.content_; - signature_ = other.signature_; - thumbnail_ = other.thumbnail_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest Clone() { - return new DataRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "content" field. - public const int ContentFieldNumber = 3; - private pb::ByteString content_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Content { - get { return content_; } - set { - content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "signature" field. - public const int SignatureFieldNumber = 4; - private pb::ByteString signature_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Signature { - get { return signature_; } - set { - signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "thumbnail" field. - public const int ThumbnailFieldNumber = 5; - private pb::ByteString thumbnail_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Thumbnail { - get { return thumbnail_; } - set { - thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - if (Content != other.Content) return false; - if (Signature != other.Signature) return false; - if (Thumbnail != other.Thumbnail) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (Content.Length != 0) hash ^= Content.GetHashCode(); - if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (Content.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(Content); - } - if (Signature.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(Signature); - } - if (Thumbnail.Length != 0) { - output.WriteRawTag(42); - output.WriteBytes(Thumbnail); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (Content.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); - } - if (Signature.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); - } - if (Thumbnail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - if (other.Content.Length != 0) { - Content = other.Content; - } - if (other.Signature.Length != 0) { - Signature = other.Signature; - } - if (other.Thumbnail.Length != 0) { - Thumbnail = other.Thumbnail; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - case 26: { - Content = input.ReadBytes(); - break; - } - case 34: { - Signature = input.ReadBytes(); - break; - } - case 42: { - Thumbnail = input.ReadBytes(); - break; - } - } - } - } - - } - - public sealed partial class DataReply : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataReply()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply(DataReply other) : this() { - result_ = other.result_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply Clone() { - return new DataReply(this); - } - - /// Field number for the "result" field. - public const int ResultFieldNumber = 1; - private string result_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Result { - get { return result_; } - set { - result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataReply); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataReply other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Result != other.Result) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Result.Length != 0) hash ^= Result.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Result.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Result); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Result.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataReply other) { - if (other == null) { - return; - } - if (other.Result.Length != 0) { - Result = other.Result; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Result = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs.meta deleted file mode 100644 index ace5e73..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/Grpc/UltracombosMinions.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 5dbf50d074815e447b7d755114cb4a34 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/PrintingGenerator.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/PrintingGenerator.cs index e0ec0ca..56c6aa5 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/PrintingGenerator.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/PrintingGenerator.cs @@ -39,7 +39,7 @@ namespace UltraCombos.Minions.GirlsRoom.Nav setting_filename = $"{Application.dataPath}/../Settings.json"; var json = File.ReadAllText(setting_filename); - var config = JsonUtility.FromJson(json); + var config = JsonUtility.FromJson(json); luggage_path = config.luggagePath; Debug.Log($"Luggage path: {luggage_path}"); } diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/ResourceServer.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/ResourceServer.cs index d7db31e..5aaba5c 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/ResourceServer.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Navigator_PC/19050-03_RoyalGallery_Navigator_PC/Assets/PaintingNavigator/Script/ResourceServer.cs @@ -8,7 +8,7 @@ using UnityEngine.Events; using UnityEngine.Networking; using UltraCombos.Minions.GirlsRoom.Nav; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { class Config { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait.unity b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait.unity index 974a440..10de219 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait.unity +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait.unity @@ -239,18 +239,6 @@ Transform: type: 3} m_PrefabInstance: {fileID: 822012542} m_PrefabAsset: {fileID: 0} ---- !u!114 &274290748 stripped -MonoBehaviour: - m_CorrespondingSourceObject: {fileID: 114930378025822482, guid: 12ab0e5b5933e1f409de3b7ff462a95f, - type: 3} - m_PrefabInstance: {fileID: 822012542} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2ef5caefbf76037459e39687e6d1c546, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1 &275645426 GameObject: m_ObjectHideFlags: 0 @@ -269,7 +257,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &275645427 Transform: m_ObjectHideFlags: 0 @@ -619,8 +607,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 492259777} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 43.41, y: 72.15, z: 10} - m_LocalScale: {x: 6.436748, y: 14.571055, z: 1} + m_LocalPosition: {x: -0.3, y: 0.8, z: 10} + m_LocalScale: {x: 20, y: 20, z: 1} m_Children: [] m_Father: {fileID: 2135091040} m_RootOrder: 0 @@ -698,7 +686,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 21f70a2ec67c77142bb8578ced0ffec9, type: 3} m_Name: m_EditorClassIdentifier: - id: we + id: 07 mode: 0 --- !u!1 &542808023 GameObject: @@ -1119,7 +1107,7 @@ PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 961139955} + m_TransformParent: {fileID: 1940738862} m_Modifications: - target: {fileID: 1820076180253818, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_Name @@ -1131,27 +1119,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalPosition.x - value: 0 + value: -8.91366 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalPosition.y - value: 0 + value: -13.553471 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalPosition.z - value: 90 + value: 81.00599 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalRotation.x - value: 0 + value: -0 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalRotation.y - value: 0 + value: -0 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalRotation.z - value: 0 + value: -0 objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_LocalRotation.w @@ -1159,7 +1147,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 4566515945476120, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} propertyPath: m_RootOrder - value: 2 + value: 0 objectReference: {fileID: 0} - target: {fileID: 114930378025822482, guid: 12ab0e5b5933e1f409de3b7ff462a95f, type: 3} @@ -1405,30 +1393,30 @@ MonoBehaviour: outputMipmap: 0 EffectFade: 0 PanFade: 0 - SrcBright: 0.94 - SrcContrast: 1.4 + SrcBright: 0.92 + SrcContrast: 1.03 SrcColor: 1.28 SrcBlur: 0 BrushDetail: 1 - BrushFill: 0.651 - NumStrokes: 111945 - LayerScale: 0.722 - Canvas: 0.209 + BrushFill: 1 + NumStrokes: 152151 + LayerScale: 0.743 + Canvas: 0.438 FlickerFreq: 0 FlickerStrength: 0 - LightAng: 110 - LightOffs: 37 - PaintDiff: 0.605 - PaintSpec: 0.33 - PaintShiny: 0 + LightAng: 56 + LightOffs: 43.2 + PaintDiff: 0.284 + PaintSpec: 0.284 + PaintShiny: 0.309 ColorSpread: 0.46 - ScreenFOV: 30.9 - StrokeAng: 186 - StrokeBend: 0.1 - StrokeDir: 0.168 + ScreenFOV: 64.6 + StrokeAng: 178 + StrokeBend: -0.03 + StrokeDir: 0.426 StrokeContour: 1 - MultiStroke: 6.28 - strokeSeed: 51044 + MultiStroke: 9.12 + strokeSeed: 55626 Vignette: 0 CanvasBg: 0 CanvasTint: {r: 1, g: 1, b: 1, a: 1} @@ -1450,21 +1438,21 @@ MonoBehaviour: renderToTexture: 0 outputTexture: {fileID: 0} outputMipmap: 0 - fade: 0 - panFade: 0 - brightness: 1.27 - contrast: 1 - color: 1 - shaderMethod: 1 - outlines: 1.2 - hatches: 1.24 - outlineError: 1.55 - flicker: 0 - flickerFreq: 7 - fixedHatchDir: 0.649 - hatchScale: 1.5 - hatchLength: 161 - mipLevel: 0.39 + fade: 0.437 + panFade: 0.241 + brightness: 1.24 + contrast: 0.38 + color: 1.12 + shaderMethod: 0 + outlines: 0.7 + hatches: 1.04 + outlineError: 1.36 + flicker: 0.015 + flickerFreq: 3.6 + fixedHatchDir: 0.72 + hatchScale: 1.259 + hatchLength: 162 + mipLevel: 0.11 vignetting: 0 contentVignetting: 0 paperTint: {r: 1, g: 1, b: 1, a: 1} @@ -1543,7 +1531,6 @@ Transform: m_Children: - {fileID: 2135091040} - {fileID: 819030248} - - {fileID: 274290747} - {fileID: 1547140293} m_Father: {fileID: 0} m_RootOrder: 4 @@ -1557,7 +1544,6 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 977824801} - - component: {fileID: 977824799} - component: {fileID: 977824802} - component: {fileID: 977824800} m_Layer: 0 @@ -1567,48 +1553,6 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!114 &977824799 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 977824798} - m_Enabled: 0 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 562012399f9d5ab44bcdd9f041e30c83, type: 3} - m_Name: - m_EditorClassIdentifier: - port: 50051 - subnet: - texture: {fileID: 0} - maxCount: 20 - index: 0 - onTextureReceived: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 274290748} - m_MethodName: UpdateTexture - m_Mode: 0 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - - m_Target: {fileID: 1833696214} - m_MethodName: UpdateTexture - m_Mode: 0 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 --- !u!114 &977824800 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2049,7 +1993,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1424239747 Transform: m_ObjectHideFlags: 0 @@ -2137,7 +2081,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 21f70a2ec67c77142bb8578ced0ffec9, type: 3} m_Name: m_EditorClassIdentifier: - id: 10 + id: 07 mode: 0 --- !u!1 &1519278660 GameObject: @@ -2275,7 +2219,7 @@ Transform: m_Children: - {fileID: 417831288} m_Father: {fileID: 961139955} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1547140294 MonoBehaviour: @@ -3270,7 +3214,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Color: {r: 0.050980393, g: 0.3529412, b: 0.30980393, a: 1} m_RaycastTarget: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -3844,6 +3788,37 @@ MonoBehaviour: isDelay: 0 delayTime: -1 path: 20181126_MinionsSZ_GirlsRoom_Ani_7.aif +--- !u!1 &1940738861 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1940738862} + m_Layer: 0 + m_Name: '[Disabled] ---------------------' + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1940738862 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1940738861} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 8.91366, y: 13.553471, z: 8.994012} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 274290747} + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1985409673 GameObject: m_ObjectHideFlags: 0 diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc.meta deleted file mode 100644 index 0da0d2f..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 73d0cf2a2606a3f4a8916de5d5f21091 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs deleted file mode 100644 index 564c952..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs +++ /dev/null @@ -1,128 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace UltraCombos.Marvel.DrawHeroes { - public static partial class Resource - { - static readonly string __ServiceName = "UltraCombos.Marvel.DrawHeroes.Resource"; - - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Device = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Device.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Page = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Page.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser.ParseFrom); - - static readonly grpc::Method __Method_GetPage = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetPage", - __Marshaller_UltraCombos_Marvel_DrawHeroes_Device, - __Marshaller_UltraCombos_Marvel_DrawHeroes_Page); - - static readonly grpc::Method __Method_SendData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "SendData", - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest, - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Resource - public abstract partial class ResourceBase - { - public virtual global::System.Threading.Tasks.Task GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - public virtual global::System.Threading.Tasks.Task SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Client for Resource - public partial class ResourceClient : grpc::ClientBase - { - /// Creates a new client for Resource - /// The channel to use to make remote calls. - public ResourceClient(grpc::Channel channel) : base(channel) - { - } - /// Creates a new client for Resource that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - protected ResourceClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPage(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetPage, null, options, request); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPageAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetPage, null, options, request); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) - { - return new ResourceClient(configuration); - } - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetPage, serviceImpl.GetPage) - .AddMethod(__Method_SendData, serviceImpl.SendData).Build(); - } - - } -} -#endregion diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta deleted file mode 100644 index c7a79e9..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b4c162a4785013143a46d39310ca0b6a -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs deleted file mode 100644 index 641c432..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs +++ /dev/null @@ -1,127 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ultracombos.minions.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace UltraCombos.Minions { - public static partial class Resource - { - static readonly string __ServiceName = "UltraCombos.Minions.Resource"; - - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_Index = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.Index.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataRequest.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Minions_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Minions.DataReply.Parser.ParseFrom); - - static readonly grpc::Method __Method_GetIndex = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetIndex", - __Marshaller_UltraCombos_Minions_Index, - __Marshaller_UltraCombos_Minions_Index); - - static readonly grpc::Method __Method_SendData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "SendData", - __Marshaller_UltraCombos_Minions_DataRequest, - __Marshaller_UltraCombos_Minions_DataReply); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Resource - public abstract partial class ResourceBase - { - public virtual global::System.Threading.Tasks.Task GetIndex(global::UltraCombos.Minions.Index request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - public virtual global::System.Threading.Tasks.Task SendData(global::UltraCombos.Minions.DataRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Client for Resource - public partial class ResourceClient : grpc::ClientBase - { - /// Creates a new client for Resource - /// The channel to use to make remote calls. - public ResourceClient(grpc::Channel channel) : base(channel) - { - } - /// Creates a new client for Resource that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - protected ResourceClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetIndex(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Minions.Index GetIndex(global::UltraCombos.Minions.Index request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetIndex, null, options, request); - } - public virtual grpc::AsyncUnaryCall GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetIndexAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall GetIndexAsync(global::UltraCombos.Minions.Index request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetIndex, null, options, request); - } - public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Minions.DataReply SendData(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Minions.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) - { - return new ResourceClient(configuration); - } - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetIndex, serviceImpl.GetIndex) - .AddMethod(__Method_SendData, serviceImpl.SendData).Build(); - } - - } -} -#endregion diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs.meta deleted file mode 100644 index e852d97..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/Ultracombos.minionsGrpc.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: b89d58c3a9e17514a8b2deb3816de998 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs deleted file mode 100644 index 59717be..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs +++ /dev/null @@ -1,813 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace UltraCombos.Marvel.DrawHeroes { - - /// Holder for reflection information generated from Ultracombos.Marvel.DrawHeroes.proto - public static partial class UltracombosMarvelDrawHeroesReflection { - - #region Descriptor - /// File descriptor for Ultracombos.Marvel.DrawHeroes.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static UltracombosMarvelDrawHeroesReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNVbHRyYWNvbWJvcy5NYXJ2ZWwuRHJhd0hlcm9lcy5wcm90bxIdVWx0cmFD", - "b21ib3MuTWFydmVsLkRyYXdIZXJvZXMiBwoFRW1wdHkiFAoGRGV2aWNlEgoK", - "AmlkGAEgASgFIiIKBFBhZ2USCgoCaWQYASABKAkSDgoGc2VyaWFsGAIgASgJ", - "ImAKC0RhdGFSZXF1ZXN0EgoKAmlkGAEgASgJEg4KBnNlcmlhbBgCIAEoCRIP", - "Cgdjb250ZW50GAMgASgMEhEKCXNpZ25hdHVyZRgEIAEoDBIRCgl0aHVtYm5h", - "aWwYBSABKAwiGwoJRGF0YVJlcGx5Eg4KBnJlc3VsdBgBIAEoCTLHAQoIUmVz", - "b3VyY2USVwoHR2V0UGFnZRIlLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRldmljZRojLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVyb2VzLlBh", - "Z2UiABJiCghTZW5kRGF0YRIqLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRhdGFSZXF1ZXN0GiguVWx0cmFDb21ib3MuTWFydmVsLkRyYXdIZXJv", - "ZXMuRGF0YVJlcGx5IgBiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Empty), global::UltraCombos.Marvel.DrawHeroes.Empty.Parser, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Device), global::UltraCombos.Marvel.DrawHeroes.Device.Parser, new[]{ "Id" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Page), global::UltraCombos.Marvel.DrawHeroes.Page.Parser, new[]{ "Id", "Serial" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataRequest), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataReply), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser, new[]{ "Result" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class Empty : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Empty()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty(Empty other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty Clone() { - return new Empty(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Empty); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Empty other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Empty other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - } - - } - - public sealed partial class Device : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Device()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device(Device other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device Clone() { - return new Device(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Device); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Device other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Device other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - - } - - public sealed partial class Page : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Page()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page(Page other) : this() { - id_ = other.id_; - serial_ = other.serial_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page Clone() { - return new Page(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Page); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Page other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Page other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - } - } - } - - } - - public sealed partial class DataRequest : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest(DataRequest other) : this() { - id_ = other.id_; - serial_ = other.serial_; - content_ = other.content_; - signature_ = other.signature_; - thumbnail_ = other.thumbnail_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest Clone() { - return new DataRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "content" field. - public const int ContentFieldNumber = 3; - private pb::ByteString content_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Content { - get { return content_; } - set { - content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "signature" field. - public const int SignatureFieldNumber = 4; - private pb::ByteString signature_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Signature { - get { return signature_; } - set { - signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "thumbnail" field. - public const int ThumbnailFieldNumber = 5; - private pb::ByteString thumbnail_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Thumbnail { - get { return thumbnail_; } - set { - thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - if (Content != other.Content) return false; - if (Signature != other.Signature) return false; - if (Thumbnail != other.Thumbnail) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (Content.Length != 0) hash ^= Content.GetHashCode(); - if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (Content.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(Content); - } - if (Signature.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(Signature); - } - if (Thumbnail.Length != 0) { - output.WriteRawTag(42); - output.WriteBytes(Thumbnail); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (Content.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); - } - if (Signature.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); - } - if (Thumbnail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - if (other.Content.Length != 0) { - Content = other.Content; - } - if (other.Signature.Length != 0) { - Signature = other.Signature; - } - if (other.Thumbnail.Length != 0) { - Thumbnail = other.Thumbnail; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - case 26: { - Content = input.ReadBytes(); - break; - } - case 34: { - Signature = input.ReadBytes(); - break; - } - case 42: { - Thumbnail = input.ReadBytes(); - break; - } - } - } - } - - } - - public sealed partial class DataReply : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataReply()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply(DataReply other) : this() { - result_ = other.result_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply Clone() { - return new DataReply(this); - } - - /// Field number for the "result" field. - public const int ResultFieldNumber = 1; - private string result_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Result { - get { return result_; } - set { - result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataReply); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataReply other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Result != other.Result) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Result.Length != 0) hash ^= Result.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Result.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Result); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Result.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataReply other) { - if (other == null) { - return; - } - if (other.Result.Length != 0) { - Result = other.Result; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Result = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta deleted file mode 100644 index f3cfbea..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 13345b8d9365ba34b933b6b74ec53c7c -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs deleted file mode 100644 index 368fd1c..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs +++ /dev/null @@ -1,681 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: ultracombos.minions.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace UltraCombos.Minions { - - /// Holder for reflection information generated from ultracombos.minions.proto - public static partial class UltracombosMinionsReflection { - - #region Descriptor - /// File descriptor for ultracombos.minions.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static UltracombosMinionsReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "Chl1bHRyYWNvbWJvcy5taW5pb25zLnByb3RvEhNVbHRyYUNvbWJvcy5NaW5p", - "b25zIgcKBUVtcHR5IiMKBUluZGV4EgoKAmlkGAEgASgFEg4KBnNlcmlhbBgC", - "IAEoCSJgCgtEYXRhUmVxdWVzdBIKCgJpZBgBIAEoBRIOCgZzZXJpYWwYAiAB", - "KAkSDwoHY29udGVudBgDIAEoDBIRCglzaWduYXR1cmUYBCABKAwSEQoJdGh1", - "bWJuYWlsGAUgASgMIhsKCURhdGFSZXBseRIOCgZyZXN1bHQYASABKAkyoAEK", - "CFJlc291cmNlEkQKCEdldEluZGV4EhouVWx0cmFDb21ib3MuTWluaW9ucy5J", - "bmRleBoaLlVsdHJhQ29tYm9zLk1pbmlvbnMuSW5kZXgiABJOCghTZW5kRGF0", - "YRIgLlVsdHJhQ29tYm9zLk1pbmlvbnMuRGF0YVJlcXVlc3QaHi5VbHRyYUNv", - "bWJvcy5NaW5pb25zLkRhdGFSZXBseSIAYgZwcm90bzM=")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Empty), global::UltraCombos.Minions.Empty.Parser, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.Index), global::UltraCombos.Minions.Index.Parser, new[]{ "Id", "Serial" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataRequest), global::UltraCombos.Minions.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Minions.DataReply), global::UltraCombos.Minions.DataReply.Parser, new[]{ "Result" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class Empty : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Empty()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty(Empty other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty Clone() { - return new Empty(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Empty); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Empty other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Empty other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - } - - } - - public sealed partial class Index : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Index()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index(Index other) : this() { - id_ = other.id_; - serial_ = other.serial_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Index Clone() { - return new Index(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Index); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Index other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Index other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - } - } - } - - } - - public sealed partial class DataRequest : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest(DataRequest other) : this() { - id_ = other.id_; - serial_ = other.serial_; - content_ = other.content_; - signature_ = other.signature_; - thumbnail_ = other.thumbnail_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest Clone() { - return new DataRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "content" field. - public const int ContentFieldNumber = 3; - private pb::ByteString content_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Content { - get { return content_; } - set { - content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "signature" field. - public const int SignatureFieldNumber = 4; - private pb::ByteString signature_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Signature { - get { return signature_; } - set { - signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "thumbnail" field. - public const int ThumbnailFieldNumber = 5; - private pb::ByteString thumbnail_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Thumbnail { - get { return thumbnail_; } - set { - thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - if (Content != other.Content) return false; - if (Signature != other.Signature) return false; - if (Thumbnail != other.Thumbnail) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (Content.Length != 0) hash ^= Content.GetHashCode(); - if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (Content.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(Content); - } - if (Signature.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(Signature); - } - if (Thumbnail.Length != 0) { - output.WriteRawTag(42); - output.WriteBytes(Thumbnail); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (Content.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); - } - if (Signature.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); - } - if (Thumbnail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataRequest other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - if (other.Content.Length != 0) { - Content = other.Content; - } - if (other.Signature.Length != 0) { - Signature = other.Signature; - } - if (other.Thumbnail.Length != 0) { - Thumbnail = other.Thumbnail; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - case 26: { - Content = input.ReadBytes(); - break; - } - case 34: { - Signature = input.ReadBytes(); - break; - } - case 42: { - Thumbnail = input.ReadBytes(); - break; - } - } - } - } - - } - - public sealed partial class DataReply : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataReply()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Minions.UltracombosMinionsReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply(DataReply other) : this() { - result_ = other.result_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply Clone() { - return new DataReply(this); - } - - /// Field number for the "result" field. - public const int ResultFieldNumber = 1; - private string result_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Result { - get { return result_; } - set { - result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataReply); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataReply other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Result != other.Result) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Result.Length != 0) hash ^= Result.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Result.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Result); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Result.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataReply other) { - if (other == null) { - return; - } - if (other.Result.Length != 0) { - Result = other.Result; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Result = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs.meta deleted file mode 100644 index a9b3aca..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Grpc/UltracombosMinions.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 23054e9c602140c40af21a023ff86e02 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Portrait.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Portrait.cs index 27acf4a..9f545f9 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Portrait.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/Portrait.cs @@ -67,11 +67,13 @@ namespace UltraCombos.Frozen private void Update() { + /* if (Time.time - stamp > duration && speed > 0.0f) { speed = 0.0f; prop.texture = blank_texture; } + */ if (mode) { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceClient.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceClient.cs index 6325717..60ea605 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceClient.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceClient.cs @@ -6,16 +6,16 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { - [RequireComponent(typeof(DrawHeroesGrpcServer))] + [RequireComponent(typeof(RorayGalleryGrpcServer))] public class ResourceClient : GrpcClientBase { public float interval = 1.0f; float stamp = 0.0f; Queue data_pool; - Marvel.DrawHeroes.DrawHeroesGrpcServer server; + RorayGalleryGrpcServer server; [Space(10)] public UnityEvent onTextureReceived = new UnityEvent(); @@ -32,7 +32,7 @@ namespace UltraCombos.Marvel.DrawHeroes var options = new List { new ChannelOption(ChannelOptions.MaxSendMessageLength, int.MaxValue) }; Connect(options); - server = GetComponent(); + server = GetComponent(); server.onMessageReceived += OnMessageReceived; } diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceServer.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceServer.cs index ed1e368..46ef20a 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceServer.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/ResourceServer.cs @@ -63,7 +63,7 @@ namespace UltraCombos.Minions texture = new Texture2D(1024, 1024, TextureFormat.ARGB32, false); } - if (texture.LoadImage(data.Thumbnail.ToByteArray(), false)) + if (texture.LoadImage(data.Content.ToByteArray(), false)) { onMessageReceived.Invoke(data); onTextureReceived.Invoke(role_id, texture); diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/DrawHeroesGrpcServer.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/RorayGalleryGrpcServer.cs similarity index 89% rename from 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/DrawHeroesGrpcServer.cs rename to 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/RorayGalleryGrpcServer.cs index 6e2b26f..f33208d 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/DrawHeroesGrpcServer.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/RorayGalleryGrpcServer.cs @@ -6,9 +6,9 @@ using UnityEngine; using UnityEngine.Events; using UnityEngine.Networking; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { - public class DrawHeroesGrpcServer : GrpcServerBase + public class RorayGalleryGrpcServer : GrpcServerBase { public string subnet = "192.168.234.0"; public Texture2D texture; @@ -80,7 +80,7 @@ namespace UltraCombos.Marvel.DrawHeroes texture = new Texture2D(2048, 2048, TextureFormat.ARGB32, false); } - if (texture.LoadImage(data.Thumbnail.ToByteArray(), false)) + if (texture.LoadImage(data.Content.ToByteArray(), false)) { onMessageReceived.Invoke(data); onTextureReceived.Invoke(role_id, texture); @@ -147,9 +147,17 @@ namespace UltraCombos.Marvel.DrawHeroes var res = onIndexRequest.Invoke(request.Id); - string dev_id = request.Id.ToString().PadLeft(2, '0'); + string dev_id = request.Id.ToString("X");//request.Id.ToString().PadLeft(2, '0'); string date = System.DateTime.Now.ToString("HHmmss"); - string res_id = res.PadLeft(3, '0'); + string res_id = res;//res.PadLeft(3, '0'); + try + { + res_id = System.Int32.Parse(res_id).ToString("X"); + } + catch (System.FormatException) + { + Debug.LogWarning($"GetPage: rid={res} is not number."); + } string serial = $"{date}{dev_id}{res_id}"; diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/DrawHeroesGrpcServer.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/RorayGalleryGrpcServer.cs.meta similarity index 100% rename from 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/DrawHeroesGrpcServer.cs.meta rename to 03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Assets/RoyalGalleryPortrait/Script/RorayGalleryGrpcServer.cs.meta diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Packages/manifest.json b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Packages/manifest.json index 2099692..d809dfc 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Packages/manifest.json +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_Portrait_PC/19050-03_RoyalGallery_Portrait_PC/Packages/manifest.json @@ -4,6 +4,7 @@ "com.ultracombos.minions-girlsroom-asset": "file:/../../../../../_Package/com.ultracombos.minions-girlsroom-asset", "com.ultracombos.movie-player": "file:/../../../../../_Package/com.ultracombos.movie-player", "com.ultracombos.utility-native-plugin": "file:/../../../../../_Package/com.ultracombos.utility-native-plugin", + "com.ultracombos.frozen.royal-gallery-asset": "file:/../../../../../_Package/com.ultracombos.frozen.royal-gallery-asset", "com.unity.2d.animation": "1.0.16-preview.1", "com.unity.collab-proxy": "1.2.15", "com.unity.package-manager-ui": "2.0.8", diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppData.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppData.cs index 8c8435e..c164100 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppData.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/AppData.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using PaintCraft.Canvas.Configs; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class AppData : Singleton { @@ -11,6 +11,7 @@ namespace UltraCombos.Marvel.DrawHeroes public int deviceId; public string roleId; public string serial = "0123456789"; + public Color32 color; public Texture2D lastPainting = null; public Texture2D lastThumbnail = null; public Texture2D lastSignature = null; diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/DevelopMode.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/DevelopMode.cs index cc5ea8e..8af2467 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/DevelopMode.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/DevelopMode.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.Events; using UnityEngine.EventSystems; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class DevelopMode : MonoBehaviour, IDragHandler { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc.meta deleted file mode 100644 index 4f59ef4..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 6c033ec1a947143458a6e2354c200a35 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs deleted file mode 100644 index 564c952..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs +++ /dev/null @@ -1,128 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 0414, 1591 -#region Designer generated code - -using grpc = global::Grpc.Core; - -namespace UltraCombos.Marvel.DrawHeroes { - public static partial class Resource - { - static readonly string __ServiceName = "UltraCombos.Marvel.DrawHeroes.Resource"; - - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Device = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Device.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_Page = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.Page.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser.ParseFrom); - static readonly grpc::Marshaller __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser.ParseFrom); - - static readonly grpc::Method __Method_GetPage = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "GetPage", - __Marshaller_UltraCombos_Marvel_DrawHeroes_Device, - __Marshaller_UltraCombos_Marvel_DrawHeroes_Page); - - static readonly grpc::Method __Method_SendData = new grpc::Method( - grpc::MethodType.Unary, - __ServiceName, - "SendData", - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataRequest, - __Marshaller_UltraCombos_Marvel_DrawHeroes_DataReply); - - /// Service descriptor - public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor - { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.Services[0]; } - } - - /// Base class for server-side implementations of Resource - public abstract partial class ResourceBase - { - public virtual global::System.Threading.Tasks.Task GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - public virtual global::System.Threading.Tasks.Task SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::ServerCallContext context) - { - throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); - } - - } - - /// Client for Resource - public partial class ResourceClient : grpc::ClientBase - { - /// Creates a new client for Resource - /// The channel to use to make remote calls. - public ResourceClient(grpc::Channel channel) : base(channel) - { - } - /// Creates a new client for Resource that uses a custom CallInvoker. - /// The callInvoker to use to make remote calls. - public ResourceClient(grpc::CallInvoker callInvoker) : base(callInvoker) - { - } - /// Protected parameterless constructor to allow creation of test doubles. - protected ResourceClient() : base() - { - } - /// Protected constructor to allow creation of configured clients. - /// The client configuration. - protected ResourceClient(ClientBaseConfiguration configuration) : base(configuration) - { - } - - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPage(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.Page GetPage(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_GetPage, null, options, request); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return GetPageAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall GetPageAsync(global::UltraCombos.Marvel.DrawHeroes.Device request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_GetPage, null, options, request); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendData(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual global::UltraCombos.Marvel.DrawHeroes.DataReply SendData(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.BlockingUnaryCall(__Method_SendData, null, options, request); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) - { - return SendDataAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)); - } - public virtual grpc::AsyncUnaryCall SendDataAsync(global::UltraCombos.Marvel.DrawHeroes.DataRequest request, grpc::CallOptions options) - { - return CallInvoker.AsyncUnaryCall(__Method_SendData, null, options, request); - } - /// Creates a new instance of client from given ClientBaseConfiguration. - protected override ResourceClient NewInstance(ClientBaseConfiguration configuration) - { - return new ResourceClient(configuration); - } - } - - /// Creates service definition that can be registered with a server - /// An object implementing the server-side handling logic. - public static grpc::ServerServiceDefinition BindService(ResourceBase serviceImpl) - { - return grpc::ServerServiceDefinition.CreateBuilder() - .AddMethod(__Method_GetPage, serviceImpl.GetPage) - .AddMethod(__Method_SendData, serviceImpl.SendData).Build(); - } - - } -} -#endregion diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta deleted file mode 100644 index 5f989cb..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/Ultracombos.Marvel.DrawHeroesGrpc.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 0f8b6ebf6fdfc674482ee96abfbe077a -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs deleted file mode 100644 index 59717be..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs +++ /dev/null @@ -1,813 +0,0 @@ -// -// Generated by the protocol buffer compiler. DO NOT EDIT! -// source: Ultracombos.Marvel.DrawHeroes.proto -// -#pragma warning disable 1591, 0612, 3021 -#region Designer generated code - -using pb = global::Google.Protobuf; -using pbc = global::Google.Protobuf.Collections; -using pbr = global::Google.Protobuf.Reflection; -using scg = global::System.Collections.Generic; -namespace UltraCombos.Marvel.DrawHeroes { - - /// Holder for reflection information generated from Ultracombos.Marvel.DrawHeroes.proto - public static partial class UltracombosMarvelDrawHeroesReflection { - - #region Descriptor - /// File descriptor for Ultracombos.Marvel.DrawHeroes.proto - public static pbr::FileDescriptor Descriptor { - get { return descriptor; } - } - private static pbr::FileDescriptor descriptor; - - static UltracombosMarvelDrawHeroesReflection() { - byte[] descriptorData = global::System.Convert.FromBase64String( - string.Concat( - "CiNVbHRyYWNvbWJvcy5NYXJ2ZWwuRHJhd0hlcm9lcy5wcm90bxIdVWx0cmFD", - "b21ib3MuTWFydmVsLkRyYXdIZXJvZXMiBwoFRW1wdHkiFAoGRGV2aWNlEgoK", - "AmlkGAEgASgFIiIKBFBhZ2USCgoCaWQYASABKAkSDgoGc2VyaWFsGAIgASgJ", - "ImAKC0RhdGFSZXF1ZXN0EgoKAmlkGAEgASgJEg4KBnNlcmlhbBgCIAEoCRIP", - "Cgdjb250ZW50GAMgASgMEhEKCXNpZ25hdHVyZRgEIAEoDBIRCgl0aHVtYm5h", - "aWwYBSABKAwiGwoJRGF0YVJlcGx5Eg4KBnJlc3VsdBgBIAEoCTLHAQoIUmVz", - "b3VyY2USVwoHR2V0UGFnZRIlLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRldmljZRojLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVyb2VzLlBh", - "Z2UiABJiCghTZW5kRGF0YRIqLlVsdHJhQ29tYm9zLk1hcnZlbC5EcmF3SGVy", - "b2VzLkRhdGFSZXF1ZXN0GiguVWx0cmFDb21ib3MuTWFydmVsLkRyYXdIZXJv", - "ZXMuRGF0YVJlcGx5IgBiBnByb3RvMw==")); - descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, - new pbr::FileDescriptor[] { }, - new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] { - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Empty), global::UltraCombos.Marvel.DrawHeroes.Empty.Parser, null, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Device), global::UltraCombos.Marvel.DrawHeroes.Device.Parser, new[]{ "Id" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.Page), global::UltraCombos.Marvel.DrawHeroes.Page.Parser, new[]{ "Id", "Serial" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataRequest), global::UltraCombos.Marvel.DrawHeroes.DataRequest.Parser, new[]{ "Id", "Serial", "Content", "Signature", "Thumbnail" }, null, null, null), - new pbr::GeneratedClrTypeInfo(typeof(global::UltraCombos.Marvel.DrawHeroes.DataReply), global::UltraCombos.Marvel.DrawHeroes.DataReply.Parser, new[]{ "Result" }, null, null, null) - })); - } - #endregion - - } - #region Messages - public sealed partial class Empty : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Empty()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[0]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty(Empty other) : this() { - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Empty Clone() { - return new Empty(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Empty); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Empty other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Empty other) { - if (other == null) { - return; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - } - } - } - - } - - public sealed partial class Device : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Device()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[1]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device(Device other) : this() { - id_ = other.id_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Device Clone() { - return new Device(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private int id_; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int Id { - get { return id_; } - set { - id_ = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Device); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Device other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id != 0) hash ^= Id.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id != 0) { - output.WriteRawTag(8); - output.WriteInt32(Id); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id != 0) { - size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Device other) { - if (other == null) { - return; - } - if (other.Id != 0) { - Id = other.Id; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 8: { - Id = input.ReadInt32(); - break; - } - } - } - } - - } - - public sealed partial class Page : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Page()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[2]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page(Page other) : this() { - id_ = other.id_; - serial_ = other.serial_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public Page Clone() { - return new Page(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as Page); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(Page other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(Page other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - } - } - } - - } - - public sealed partial class DataRequest : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataRequest()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[3]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest(DataRequest other) : this() { - id_ = other.id_; - serial_ = other.serial_; - content_ = other.content_; - signature_ = other.signature_; - thumbnail_ = other.thumbnail_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataRequest Clone() { - return new DataRequest(this); - } - - /// Field number for the "id" field. - public const int IdFieldNumber = 1; - private string id_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Id { - get { return id_; } - set { - id_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "serial" field. - public const int SerialFieldNumber = 2; - private string serial_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Serial { - get { return serial_; } - set { - serial_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "content" field. - public const int ContentFieldNumber = 3; - private pb::ByteString content_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Content { - get { return content_; } - set { - content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "signature" field. - public const int SignatureFieldNumber = 4; - private pb::ByteString signature_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Signature { - get { return signature_; } - set { - signature_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - /// Field number for the "thumbnail" field. - public const int ThumbnailFieldNumber = 5; - private pb::ByteString thumbnail_ = pb::ByteString.Empty; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public pb::ByteString Thumbnail { - get { return thumbnail_; } - set { - thumbnail_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataRequest); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataRequest other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Id != other.Id) return false; - if (Serial != other.Serial) return false; - if (Content != other.Content) return false; - if (Signature != other.Signature) return false; - if (Thumbnail != other.Thumbnail) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Id.Length != 0) hash ^= Id.GetHashCode(); - if (Serial.Length != 0) hash ^= Serial.GetHashCode(); - if (Content.Length != 0) hash ^= Content.GetHashCode(); - if (Signature.Length != 0) hash ^= Signature.GetHashCode(); - if (Thumbnail.Length != 0) hash ^= Thumbnail.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Id.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Id); - } - if (Serial.Length != 0) { - output.WriteRawTag(18); - output.WriteString(Serial); - } - if (Content.Length != 0) { - output.WriteRawTag(26); - output.WriteBytes(Content); - } - if (Signature.Length != 0) { - output.WriteRawTag(34); - output.WriteBytes(Signature); - } - if (Thumbnail.Length != 0) { - output.WriteRawTag(42); - output.WriteBytes(Thumbnail); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Id.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Id); - } - if (Serial.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Serial); - } - if (Content.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Content); - } - if (Signature.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Signature); - } - if (Thumbnail.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeBytesSize(Thumbnail); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataRequest other) { - if (other == null) { - return; - } - if (other.Id.Length != 0) { - Id = other.Id; - } - if (other.Serial.Length != 0) { - Serial = other.Serial; - } - if (other.Content.Length != 0) { - Content = other.Content; - } - if (other.Signature.Length != 0) { - Signature = other.Signature; - } - if (other.Thumbnail.Length != 0) { - Thumbnail = other.Thumbnail; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Id = input.ReadString(); - break; - } - case 18: { - Serial = input.ReadString(); - break; - } - case 26: { - Content = input.ReadBytes(); - break; - } - case 34: { - Signature = input.ReadBytes(); - break; - } - case 42: { - Thumbnail = input.ReadBytes(); - break; - } - } - } - } - - } - - public sealed partial class DataReply : pb::IMessage { - private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DataReply()); - private pb::UnknownFieldSet _unknownFields; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pb::MessageParser Parser { get { return _parser; } } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public static pbr::MessageDescriptor Descriptor { - get { return global::UltraCombos.Marvel.DrawHeroes.UltracombosMarvelDrawHeroesReflection.Descriptor.MessageTypes[4]; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - pbr::MessageDescriptor pb::IMessage.Descriptor { - get { return Descriptor; } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply() { - OnConstruction(); - } - - partial void OnConstruction(); - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply(DataReply other) : this() { - result_ = other.result_; - _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public DataReply Clone() { - return new DataReply(this); - } - - /// Field number for the "result" field. - public const int ResultFieldNumber = 1; - private string result_ = ""; - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public string Result { - get { return result_; } - set { - result_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override bool Equals(object other) { - return Equals(other as DataReply); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public bool Equals(DataReply other) { - if (ReferenceEquals(other, null)) { - return false; - } - if (ReferenceEquals(other, this)) { - return true; - } - if (Result != other.Result) return false; - return Equals(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override int GetHashCode() { - int hash = 1; - if (Result.Length != 0) hash ^= Result.GetHashCode(); - if (_unknownFields != null) { - hash ^= _unknownFields.GetHashCode(); - } - return hash; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public override string ToString() { - return pb::JsonFormatter.ToDiagnosticString(this); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void WriteTo(pb::CodedOutputStream output) { - if (Result.Length != 0) { - output.WriteRawTag(10); - output.WriteString(Result); - } - if (_unknownFields != null) { - _unknownFields.WriteTo(output); - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public int CalculateSize() { - int size = 0; - if (Result.Length != 0) { - size += 1 + pb::CodedOutputStream.ComputeStringSize(Result); - } - if (_unknownFields != null) { - size += _unknownFields.CalculateSize(); - } - return size; - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(DataReply other) { - if (other == null) { - return; - } - if (other.Result.Length != 0) { - Result = other.Result; - } - _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute] - public void MergeFrom(pb::CodedInputStream input) { - uint tag; - while ((tag = input.ReadTag()) != 0) { - switch(tag) { - default: - _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); - break; - case 10: { - Result = input.ReadString(); - break; - } - } - } - } - - } - - #endregion - -} - -#endregion Designer generated code diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta deleted file mode 100644 index 86b65a3..0000000 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Grpc/UltracombosMarvelDrawHeroes.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: d91f02c2d4a19654fbed3a7abe9380a7 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastPaintingImage.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastPaintingImage.cs index 94724fe..a0883cc 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastPaintingImage.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastPaintingImage.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { [RequireComponent(typeof(RawImage))] public class LastPaintingImage : MonoBehaviour diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastSignatureImage.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastSignatureImage.cs index 1d846e4..6999a2e 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastSignatureImage.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/LastSignatureImage.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { [RequireComponent(typeof(RawImage))] public class LastSignatureImage : MonoBehaviour diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PageManager.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PageManager.cs index 0d27f60..d37d8f2 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PageManager.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PageManager.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class PageManager : MonoBehaviour { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PaintSender.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PaintSender.cs index cc97e16..7ff6f04 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PaintSender.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/PaintSender.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class PaintSender : MonoBehaviour { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Pivot.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Pivot.cs index 119769e..de6f9b1 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Pivot.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/Pivot.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { [RequireComponent(typeof(CanvasGroup))] public class Pivot : MonoBehaviour diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs index 10f2112..4db88b3 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/ResourceClient.cs @@ -6,7 +6,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class ResourceClient : GrpcClientBase { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/RoleLocationManager.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/RoleLocationManager.cs index f5d1b79..9f016fd 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/RoleLocationManager.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/RoleLocationManager.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class RoleLocationManager : MonoBehaviour { diff --git a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/SerialTextModifier.cs b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/SerialTextModifier.cs index 57d7fc9..a0aa217 100644 --- a/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/SerialTextModifier.cs +++ b/03_RoyalGallery/Unity-19050-03_RoyalGallery_iPad/19050-03_RoyalGallery_iPad/Assets/RoyalGallery/Script/SerialTextModifier.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace UltraCombos.Marvel.DrawHeroes +namespace UltraCombos.Frozen.RoyalGallery { public class SerialTextModifier : MonoBehaviour {