// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: vampire_survivor_reward_select.proto // #pragma warning disable 1591, 0612, 3021, 8981 #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 Proto { /// Holder for reflection information generated from vampire_survivor_reward_select.proto public static partial class VampireSurvivorRewardSelectReflection { #region Descriptor /// File descriptor for vampire_survivor_reward_select.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static VampireSurvivorRewardSelectReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiR2YW1waXJlX3N1cnZpdm9yX3Jld2FyZF9zZWxlY3QucHJvdG8SBXByb3Rv", "GgxwdWJsaWMucHJvdG8iYwoeVmFtcGlyZVN1cnZpdm9yUmV3YXJkU2VsZWN0", "UmVxEhQKC05leHRQYWNrYWdlGP8PIAEoDBIPCgVJbmRleBgBIAEoDUgAEhAK", "BlJlUm9sbBgCIAEoCEgAQggKBlNlbGVjdCKIAgofVmFtcGlyZVN1cnZpdm9y", "UmV3YXJkU2VsZWN0UmVzcBIUCgtOZXh0UGFja2FnZRj/DyABKAwSPgoEUmVz", "cBgBIAEoCzIuLnByb3RvLlZhbXBpcmVTdXJ2aXZvclJld2FyZFNlbGVjdFJl", "c3AuU3VjY2Vzc0gAEjMKA1BrZxgCIAEoCzIkLnByb3RvLlZhbXBpcmVTdXJ2", "aXZvckZhdGVDYXJkU2VsZWN0SAAaUAoHU3VjY2VzcxISCgpGYXRlQ2FyZElk", "GAEgASgNEjEKBlJld2FyZBgCIAEoCzIhLnByb3RvLlZhbXBpcmVTdXJ2aXZv", "ckxldmVsUmV3YXJkQggKBlJlc3VsdFAAYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::Proto.PublicReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Proto.VampireSurvivorRewardSelectReq), global::Proto.VampireSurvivorRewardSelectReq.Parser, new[]{ "NextPackage", "Index", "ReRoll" }, new[]{ "Select" }, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Proto.VampireSurvivorRewardSelectResp), global::Proto.VampireSurvivorRewardSelectResp.Parser, new[]{ "NextPackage", "Resp", "Pkg" }, new[]{ "Result" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Proto.VampireSurvivorRewardSelectResp.Types.Success), global::Proto.VampireSurvivorRewardSelectResp.Types.Success.Parser, new[]{ "FateCardId", "Reward" }, null, null, null, null)}) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class VampireSurvivorRewardSelectReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new VampireSurvivorRewardSelectReq()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Proto.VampireSurvivorRewardSelectReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectReq(VampireSurvivorRewardSelectReq other) : this() { nextPackage_ = other.nextPackage_; switch (other.SelectCase) { case SelectOneofCase.Index: Index = other.Index; break; case SelectOneofCase.ReRoll: ReRoll = other.ReRoll; break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectReq Clone() { return new VampireSurvivorRewardSelectReq(this); } /// Field number for the "NextPackage" field. public const int NextPackageFieldNumber = 2047; private pb::ByteString nextPackage_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString NextPackage { get { return nextPackage_; } set { nextPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "Index" field. public const int IndexFieldNumber = 1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Index { get { return HasIndex ? (uint) select_ : 0; } set { select_ = value; selectCase_ = SelectOneofCase.Index; } } /// Gets whether the "Index" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasIndex { get { return selectCase_ == SelectOneofCase.Index; } } /// Clears the value of the oneof if it's currently set to "Index" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearIndex() { if (HasIndex) { ClearSelect(); } } /// Field number for the "ReRoll" field. public const int ReRollFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool ReRoll { get { return HasReRoll ? (bool) select_ : false; } set { select_ = value; selectCase_ = SelectOneofCase.ReRoll; } } /// Gets whether the "ReRoll" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasReRoll { get { return selectCase_ == SelectOneofCase.ReRoll; } } /// Clears the value of the oneof if it's currently set to "ReRoll" [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearReRoll() { if (HasReRoll) { ClearSelect(); } } private object select_; /// Enum of possible cases for the "Select" oneof. public enum SelectOneofCase { None = 0, Index = 1, ReRoll = 2, } private SelectOneofCase selectCase_ = SelectOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SelectOneofCase SelectCase { get { return selectCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearSelect() { selectCase_ = SelectOneofCase.None; select_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as VampireSurvivorRewardSelectReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(VampireSurvivorRewardSelectReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (NextPackage != other.NextPackage) return false; if (Index != other.Index) return false; if (ReRoll != other.ReRoll) return false; if (SelectCase != other.SelectCase) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (NextPackage.Length != 0) hash ^= NextPackage.GetHashCode(); if (HasIndex) hash ^= Index.GetHashCode(); if (HasReRoll) hash ^= ReRoll.GetHashCode(); hash ^= (int) selectCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (HasIndex) { output.WriteRawTag(8); output.WriteUInt32(Index); } if (HasReRoll) { output.WriteRawTag(16); output.WriteBool(ReRoll); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (HasIndex) { output.WriteRawTag(8); output.WriteUInt32(Index); } if (HasReRoll) { output.WriteRawTag(16); output.WriteBool(ReRoll); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (NextPackage.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeBytesSize(NextPackage); } if (HasIndex) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Index); } if (HasReRoll) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(VampireSurvivorRewardSelectReq other) { if (other == null) { return; } if (other.NextPackage.Length != 0) { NextPackage = other.NextPackage; } switch (other.SelectCase) { case SelectOneofCase.Index: Index = other.Index; break; case SelectOneofCase.ReRoll: ReRoll = other.ReRoll; break; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { Index = input.ReadUInt32(); break; } case 16: { ReRoll = input.ReadBool(); break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { Index = input.ReadUInt32(); break; } case 16: { ReRoll = input.ReadBool(); break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } } #endif } [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class VampireSurvivorRewardSelectResp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new VampireSurvivorRewardSelectResp()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Proto.VampireSurvivorRewardSelectReflection.Descriptor.MessageTypes[1]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectResp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectResp(VampireSurvivorRewardSelectResp other) : this() { nextPackage_ = other.nextPackage_; switch (other.ResultCase) { case ResultOneofCase.Resp: Resp = other.Resp.Clone(); break; case ResultOneofCase.Pkg: Pkg = other.Pkg.Clone(); break; } _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public VampireSurvivorRewardSelectResp Clone() { return new VampireSurvivorRewardSelectResp(this); } /// Field number for the "NextPackage" field. public const int NextPackageFieldNumber = 2047; private pb::ByteString nextPackage_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pb::ByteString NextPackage { get { return nextPackage_; } set { nextPackage_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "Resp" field. public const int RespFieldNumber = 1; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.VampireSurvivorRewardSelectResp.Types.Success Resp { get { return resultCase_ == ResultOneofCase.Resp ? (global::Proto.VampireSurvivorRewardSelectResp.Types.Success) result_ : null; } set { result_ = value; resultCase_ = value == null ? ResultOneofCase.None : ResultOneofCase.Resp; } } /// Field number for the "Pkg" field. public const int PkgFieldNumber = 2; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.VampireSurvivorFateCardSelect Pkg { get { return resultCase_ == ResultOneofCase.Pkg ? (global::Proto.VampireSurvivorFateCardSelect) result_ : null; } set { result_ = value; resultCase_ = value == null ? ResultOneofCase.None : ResultOneofCase.Pkg; } } private object result_; /// Enum of possible cases for the "Result" oneof. public enum ResultOneofCase { None = 0, Resp = 1, Pkg = 2, } private ResultOneofCase resultCase_ = ResultOneofCase.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ResultOneofCase ResultCase { get { return resultCase_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearResult() { resultCase_ = ResultOneofCase.None; result_ = null; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as VampireSurvivorRewardSelectResp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(VampireSurvivorRewardSelectResp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (NextPackage != other.NextPackage) return false; if (!object.Equals(Resp, other.Resp)) return false; if (!object.Equals(Pkg, other.Pkg)) return false; if (ResultCase != other.ResultCase) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (NextPackage.Length != 0) hash ^= NextPackage.GetHashCode(); if (resultCase_ == ResultOneofCase.Resp) hash ^= Resp.GetHashCode(); if (resultCase_ == ResultOneofCase.Pkg) hash ^= Pkg.GetHashCode(); hash ^= (int) resultCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (resultCase_ == ResultOneofCase.Resp) { output.WriteRawTag(10); output.WriteMessage(Resp); } if (resultCase_ == ResultOneofCase.Pkg) { output.WriteRawTag(18); output.WriteMessage(Pkg); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (resultCase_ == ResultOneofCase.Resp) { output.WriteRawTag(10); output.WriteMessage(Resp); } if (resultCase_ == ResultOneofCase.Pkg) { output.WriteRawTag(18); output.WriteMessage(Pkg); } if (NextPackage.Length != 0) { output.WriteRawTag(250, 127); output.WriteBytes(NextPackage); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (NextPackage.Length != 0) { size += 2 + pb::CodedOutputStream.ComputeBytesSize(NextPackage); } if (resultCase_ == ResultOneofCase.Resp) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Resp); } if (resultCase_ == ResultOneofCase.Pkg) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Pkg); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(VampireSurvivorRewardSelectResp other) { if (other == null) { return; } if (other.NextPackage.Length != 0) { NextPackage = other.NextPackage; } switch (other.ResultCase) { case ResultOneofCase.Resp: if (Resp == null) { Resp = new global::Proto.VampireSurvivorRewardSelectResp.Types.Success(); } Resp.MergeFrom(other.Resp); break; case ResultOneofCase.Pkg: if (Pkg == null) { Pkg = new global::Proto.VampireSurvivorFateCardSelect(); } Pkg.MergeFrom(other.Pkg); break; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { global::Proto.VampireSurvivorRewardSelectResp.Types.Success subBuilder = new global::Proto.VampireSurvivorRewardSelectResp.Types.Success(); if (resultCase_ == ResultOneofCase.Resp) { subBuilder.MergeFrom(Resp); } input.ReadMessage(subBuilder); Resp = subBuilder; break; } case 18: { global::Proto.VampireSurvivorFateCardSelect subBuilder = new global::Proto.VampireSurvivorFateCardSelect(); if (resultCase_ == ResultOneofCase.Pkg) { subBuilder.MergeFrom(Pkg); } input.ReadMessage(subBuilder); Pkg = subBuilder; break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { global::Proto.VampireSurvivorRewardSelectResp.Types.Success subBuilder = new global::Proto.VampireSurvivorRewardSelectResp.Types.Success(); if (resultCase_ == ResultOneofCase.Resp) { subBuilder.MergeFrom(Resp); } input.ReadMessage(subBuilder); Resp = subBuilder; break; } case 18: { global::Proto.VampireSurvivorFateCardSelect subBuilder = new global::Proto.VampireSurvivorFateCardSelect(); if (resultCase_ == ResultOneofCase.Pkg) { subBuilder.MergeFrom(Pkg); } input.ReadMessage(subBuilder); Pkg = subBuilder; break; } case 16378: { NextPackage = input.ReadBytes(); break; } } } } #endif #region Nested types /// Container for nested types declared in the VampireSurvivorRewardSelectResp message type. [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static partial class Types { [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class Success : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new Success()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Proto.VampireSurvivorRewardSelectResp.Descriptor.NestedTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public Success() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public Success(Success other) : this() { fateCardId_ = other.fateCardId_; reward_ = other.reward_ != null ? other.reward_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public Success Clone() { return new Success(this); } /// Field number for the "FateCardId" field. public const int FateCardIdFieldNumber = 1; private uint fateCardId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FateCardId { get { return fateCardId_; } set { fateCardId_ = value; } } /// Field number for the "Reward" field. public const int RewardFieldNumber = 2; private global::Proto.VampireSurvivorLevelReward reward_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Proto.VampireSurvivorLevelReward Reward { get { return reward_; } set { reward_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as Success); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(Success other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (FateCardId != other.FateCardId) return false; if (!object.Equals(Reward, other.Reward)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (FateCardId != 0) hash ^= FateCardId.GetHashCode(); if (reward_ != null) hash ^= Reward.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (FateCardId != 0) { output.WriteRawTag(8); output.WriteUInt32(FateCardId); } if (reward_ != null) { output.WriteRawTag(18); output.WriteMessage(Reward); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (FateCardId != 0) { output.WriteRawTag(8); output.WriteUInt32(FateCardId); } if (reward_ != null) { output.WriteRawTag(18); output.WriteMessage(Reward); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (FateCardId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FateCardId); } if (reward_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(Success other) { if (other == null) { return; } if (other.FateCardId != 0) { FateCardId = other.FateCardId; } if (other.reward_ != null) { if (reward_ == null) { Reward = new global::Proto.VampireSurvivorLevelReward(); } Reward.MergeFrom(other.Reward); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { FateCardId = input.ReadUInt32(); break; } case 18: { if (reward_ == null) { Reward = new global::Proto.VampireSurvivorLevelReward(); } input.ReadMessage(Reward); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { FateCardId = input.ReadUInt32(); break; } case 18: { if (reward_ == null) { Reward = new global::Proto.VampireSurvivorLevelReward(); } input.ReadMessage(Reward); break; } } } } #endif } } #endregion } #endregion } #endregion Designer generated code