Files
DanhengServer-OpenSource/Proto/MonopolyEventSelectFriendScRsp.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

358 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MonopolyEventSelectFriendScRsp.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 MonopolyEventSelectFriendScRsp.proto</summary>
public static partial class MonopolyEventSelectFriendScRspReflection {
#region Descriptor
/// <summary>File descriptor for MonopolyEventSelectFriendScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MonopolyEventSelectFriendScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiRNb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NSc3AucHJvdG8aEUJPQ01O",
"S09OUFBOLnByb3RvIoABCh5Nb25vcG9seUV2ZW50U2VsZWN0RnJpZW5kU2NS",
"c3ASEwoLRkhORkhLQkxLT0MYCyABKA0SFQoNZ2V0X2l0ZW1fbGlzdBgNIAEo",
"DRIhCgtJR0xOQ0VMSE5MUBgHIAEoCzIMLkJPQ01OS09OUFBOEg8KB3JldGNv",
"ZGUYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BOCMNKONPPNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolyEventSelectFriendScRsp), global::EggLink.DanhengServer.Proto.MonopolyEventSelectFriendScRsp.Parser, new[]{ "FHNFHKBLKOC", "GetItemList", "IGLNCELHNLP", "Retcode" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MonopolyEventSelectFriendScRsp : pb::IMessage<MonopolyEventSelectFriendScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MonopolyEventSelectFriendScRsp> _parser = new pb::MessageParser<MonopolyEventSelectFriendScRsp>(() => new MonopolyEventSelectFriendScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MonopolyEventSelectFriendScRsp> 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.MonopolyEventSelectFriendScRspReflection.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 MonopolyEventSelectFriendScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolyEventSelectFriendScRsp(MonopolyEventSelectFriendScRsp other) : this() {
fHNFHKBLKOC_ = other.fHNFHKBLKOC_;
getItemList_ = other.getItemList_;
iGLNCELHNLP_ = other.iGLNCELHNLP_ != null ? other.iGLNCELHNLP_.Clone() : null;
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MonopolyEventSelectFriendScRsp Clone() {
return new MonopolyEventSelectFriendScRsp(this);
}
/// <summary>Field number for the "FHNFHKBLKOC" field.</summary>
public const int FHNFHKBLKOCFieldNumber = 11;
private uint fHNFHKBLKOC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FHNFHKBLKOC {
get { return fHNFHKBLKOC_; }
set {
fHNFHKBLKOC_ = value;
}
}
/// <summary>Field number for the "get_item_list" field.</summary>
public const int GetItemListFieldNumber = 13;
private uint getItemList_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GetItemList {
get { return getItemList_; }
set {
getItemList_ = value;
}
}
/// <summary>Field number for the "IGLNCELHNLP" field.</summary>
public const int IGLNCELHNLPFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.BOCMNKONPPN iGLNCELHNLP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BOCMNKONPPN IGLNCELHNLP {
get { return iGLNCELHNLP_; }
set {
iGLNCELHNLP_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 14;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MonopolyEventSelectFriendScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MonopolyEventSelectFriendScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FHNFHKBLKOC != other.FHNFHKBLKOC) return false;
if (GetItemList != other.GetItemList) return false;
if (!object.Equals(IGLNCELHNLP, other.IGLNCELHNLP)) return false;
if (Retcode != other.Retcode) 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 (FHNFHKBLKOC != 0) hash ^= FHNFHKBLKOC.GetHashCode();
if (GetItemList != 0) hash ^= GetItemList.GetHashCode();
if (iGLNCELHNLP_ != null) hash ^= IGLNCELHNLP.GetHashCode();
if (Retcode != 0) hash ^= Retcode.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 (iGLNCELHNLP_ != null) {
output.WriteRawTag(58);
output.WriteMessage(IGLNCELHNLP);
}
if (FHNFHKBLKOC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(FHNFHKBLKOC);
}
if (GetItemList != 0) {
output.WriteRawTag(104);
output.WriteUInt32(GetItemList);
}
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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 (iGLNCELHNLP_ != null) {
output.WriteRawTag(58);
output.WriteMessage(IGLNCELHNLP);
}
if (FHNFHKBLKOC != 0) {
output.WriteRawTag(88);
output.WriteUInt32(FHNFHKBLKOC);
}
if (GetItemList != 0) {
output.WriteRawTag(104);
output.WriteUInt32(GetItemList);
}
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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 (FHNFHKBLKOC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FHNFHKBLKOC);
}
if (GetItemList != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GetItemList);
}
if (iGLNCELHNLP_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IGLNCELHNLP);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MonopolyEventSelectFriendScRsp other) {
if (other == null) {
return;
}
if (other.FHNFHKBLKOC != 0) {
FHNFHKBLKOC = other.FHNFHKBLKOC;
}
if (other.GetItemList != 0) {
GetItemList = other.GetItemList;
}
if (other.iGLNCELHNLP_ != null) {
if (iGLNCELHNLP_ == null) {
IGLNCELHNLP = new global::EggLink.DanhengServer.Proto.BOCMNKONPPN();
}
IGLNCELHNLP.MergeFrom(other.IGLNCELHNLP);
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_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 58: {
if (iGLNCELHNLP_ == null) {
IGLNCELHNLP = new global::EggLink.DanhengServer.Proto.BOCMNKONPPN();
}
input.ReadMessage(IGLNCELHNLP);
break;
}
case 88: {
FHNFHKBLKOC = input.ReadUInt32();
break;
}
case 104: {
GetItemList = input.ReadUInt32();
break;
}
case 112: {
Retcode = input.ReadUInt32();
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 58: {
if (iGLNCELHNLP_ == null) {
IGLNCELHNLP = new global::EggLink.DanhengServer.Proto.BOCMNKONPPN();
}
input.ReadMessage(IGLNCELHNLP);
break;
}
case 88: {
FHNFHKBLKOC = input.ReadUInt32();
break;
}
case 104: {
GetItemList = input.ReadUInt32();
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code