Files
DanhengServer-OpenSource/Proto/RogueTournConfirmSettleScRsp.cs

425 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueTournConfirmSettleScRsp.proto
// </auto-generated>
#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 EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from RogueTournConfirmSettleScRsp.proto</summary>
public static partial class RogueTournConfirmSettleScRspReflection {
#region Descriptor
/// <summary>File descriptor for RogueTournConfirmSettleScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueTournConfirmSettleScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJSb2d1ZVRvdXJuQ29uZmlybVNldHRsZVNjUnNwLnByb3RvGhxSb2d1ZVRv",
"dXJuQ3VyU2NlbmVJbmZvLnByb3RvGg5JdGVtTGlzdC5wcm90bxoYUm9ndWVU",
"b3VyblNhdmVMaXN0LnByb3RvItYBChxSb2d1ZVRvdXJuQ29uZmlybVNldHRs",
"ZVNjUnNwEg8KB3JldGNvZGUYBiABKA0SKAoLTE1BSkxMSERBSkgYBCABKAsy",
"Ey5Sb2d1ZVRvdXJuU2F2ZUxpc3QSHgoLQ01HQ0FCRE9ET04YBSABKAsyCS5J",
"dGVtTGlzdBI7Chpyb2d1ZV90b3Vybl9jdXJfc2NlbmVfaW5mbxgKIAEoCzIX",
"LlJvZ3VlVG91cm5DdXJTY2VuZUluZm8SHgoLSUdHQkRMS0RBRkwYAyABKAsy",
"CS5JdGVtTGlzdEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueTournSaveListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournConfirmSettleScRsp), global::EggLink.DanhengServer.Proto.RogueTournConfirmSettleScRsp.Parser, new[]{ "Retcode", "LMAJLLHDAJH", "CMGCABDODON", "RogueTournCurSceneInfo", "IGGBDLKDAFL" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueTournConfirmSettleScRsp : pb::IMessage<RogueTournConfirmSettleScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueTournConfirmSettleScRsp> _parser = new pb::MessageParser<RogueTournConfirmSettleScRsp>(() => new RogueTournConfirmSettleScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueTournConfirmSettleScRsp> Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
get { return global::EggLink.DanhengServer.Proto.RogueTournConfirmSettleScRspReflection.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 RogueTournConfirmSettleScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournConfirmSettleScRsp(RogueTournConfirmSettleScRsp other) : this() {
retcode_ = other.retcode_;
lMAJLLHDAJH_ = other.lMAJLLHDAJH_ != null ? other.lMAJLLHDAJH_.Clone() : null;
cMGCABDODON_ = other.cMGCABDODON_ != null ? other.cMGCABDODON_.Clone() : null;
rogueTournCurSceneInfo_ = other.rogueTournCurSceneInfo_ != null ? other.rogueTournCurSceneInfo_.Clone() : null;
iGGBDLKDAFL_ = other.iGGBDLKDAFL_ != null ? other.iGGBDLKDAFL_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournConfirmSettleScRsp Clone() {
return new RogueTournConfirmSettleScRsp(this);
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 6;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "LMAJLLHDAJH" field.</summary>
public const int LMAJLLHDAJHFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.RogueTournSaveList lMAJLLHDAJH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueTournSaveList LMAJLLHDAJH {
get { return lMAJLLHDAJH_; }
set {
lMAJLLHDAJH_ = value;
}
}
/// <summary>Field number for the "CMGCABDODON" field.</summary>
public const int CMGCABDODONFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.ItemList cMGCABDODON_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList CMGCABDODON {
get { return cMGCABDODON_; }
set {
cMGCABDODON_ = value;
}
}
/// <summary>Field number for the "rogue_tourn_cur_scene_info" field.</summary>
public const int RogueTournCurSceneInfoFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo rogueTournCurSceneInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo RogueTournCurSceneInfo {
get { return rogueTournCurSceneInfo_; }
set {
rogueTournCurSceneInfo_ = value;
}
}
/// <summary>Field number for the "IGGBDLKDAFL" field.</summary>
public const int IGGBDLKDAFLFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.ItemList iGGBDLKDAFL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList IGGBDLKDAFL {
get { return iGGBDLKDAFL_; }
set {
iGGBDLKDAFL_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueTournConfirmSettleScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueTournConfirmSettleScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Retcode != other.Retcode) return false;
if (!object.Equals(LMAJLLHDAJH, other.LMAJLLHDAJH)) return false;
if (!object.Equals(CMGCABDODON, other.CMGCABDODON)) return false;
if (!object.Equals(RogueTournCurSceneInfo, other.RogueTournCurSceneInfo)) return false;
if (!object.Equals(IGGBDLKDAFL, other.IGGBDLKDAFL)) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
if (lMAJLLHDAJH_ != null) hash ^= LMAJLLHDAJH.GetHashCode();
if (cMGCABDODON_ != null) hash ^= CMGCABDODON.GetHashCode();
if (rogueTournCurSceneInfo_ != null) hash ^= RogueTournCurSceneInfo.GetHashCode();
if (iGGBDLKDAFL_ != null) hash ^= IGGBDLKDAFL.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 (iGGBDLKDAFL_ != null) {
output.WriteRawTag(26);
output.WriteMessage(IGGBDLKDAFL);
}
if (lMAJLLHDAJH_ != null) {
output.WriteRawTag(34);
output.WriteMessage(LMAJLLHDAJH);
}
if (cMGCABDODON_ != null) {
output.WriteRawTag(42);
output.WriteMessage(CMGCABDODON);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (rogueTournCurSceneInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RogueTournCurSceneInfo);
}
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 (iGGBDLKDAFL_ != null) {
output.WriteRawTag(26);
output.WriteMessage(IGGBDLKDAFL);
}
if (lMAJLLHDAJH_ != null) {
output.WriteRawTag(34);
output.WriteMessage(LMAJLLHDAJH);
}
if (cMGCABDODON_ != null) {
output.WriteRawTag(42);
output.WriteMessage(CMGCABDODON);
}
if (Retcode != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Retcode);
}
if (rogueTournCurSceneInfo_ != null) {
output.WriteRawTag(82);
output.WriteMessage(RogueTournCurSceneInfo);
}
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 (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (lMAJLLHDAJH_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LMAJLLHDAJH);
}
if (cMGCABDODON_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CMGCABDODON);
}
if (rogueTournCurSceneInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueTournCurSceneInfo);
}
if (iGGBDLKDAFL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IGGBDLKDAFL);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueTournConfirmSettleScRsp other) {
if (other == null) {
return;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.lMAJLLHDAJH_ != null) {
if (lMAJLLHDAJH_ == null) {
LMAJLLHDAJH = new global::EggLink.DanhengServer.Proto.RogueTournSaveList();
}
LMAJLLHDAJH.MergeFrom(other.LMAJLLHDAJH);
}
if (other.cMGCABDODON_ != null) {
if (cMGCABDODON_ == null) {
CMGCABDODON = new global::EggLink.DanhengServer.Proto.ItemList();
}
CMGCABDODON.MergeFrom(other.CMGCABDODON);
}
if (other.rogueTournCurSceneInfo_ != null) {
if (rogueTournCurSceneInfo_ == null) {
RogueTournCurSceneInfo = new global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo();
}
RogueTournCurSceneInfo.MergeFrom(other.RogueTournCurSceneInfo);
}
if (other.iGGBDLKDAFL_ != null) {
if (iGGBDLKDAFL_ == null) {
IGGBDLKDAFL = new global::EggLink.DanhengServer.Proto.ItemList();
}
IGGBDLKDAFL.MergeFrom(other.IGGBDLKDAFL);
}
_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) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 26: {
if (iGGBDLKDAFL_ == null) {
IGGBDLKDAFL = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(IGGBDLKDAFL);
break;
}
case 34: {
if (lMAJLLHDAJH_ == null) {
LMAJLLHDAJH = new global::EggLink.DanhengServer.Proto.RogueTournSaveList();
}
input.ReadMessage(LMAJLLHDAJH);
break;
}
case 42: {
if (cMGCABDODON_ == null) {
CMGCABDODON = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(CMGCABDODON);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 82: {
if (rogueTournCurSceneInfo_ == null) {
RogueTournCurSceneInfo = new global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo();
}
input.ReadMessage(RogueTournCurSceneInfo);
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) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 26: {
if (iGGBDLKDAFL_ == null) {
IGGBDLKDAFL = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(IGGBDLKDAFL);
break;
}
case 34: {
if (lMAJLLHDAJH_ == null) {
LMAJLLHDAJH = new global::EggLink.DanhengServer.Proto.RogueTournSaveList();
}
input.ReadMessage(LMAJLLHDAJH);
break;
}
case 42: {
if (cMGCABDODON_ == null) {
CMGCABDODON = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(CMGCABDODON);
break;
}
case 48: {
Retcode = input.ReadUInt32();
break;
}
case 82: {
if (rogueTournCurSceneInfo_ == null) {
RogueTournCurSceneInfo = new global::EggLink.DanhengServer.Proto.RogueTournCurSceneInfo();
}
input.ReadMessage(RogueTournCurSceneInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code