mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
339 lines
12 KiB
C#
339 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MonopolyGameBingoFlipCardScRsp.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 MonopolyGameBingoFlipCardScRsp.proto</summary>
|
|
public static partial class MonopolyGameBingoFlipCardScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MonopolyGameBingoFlipCardScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MonopolyGameBingoFlipCardScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiRNb25vcG9seUdhbWVCaW5nb0ZsaXBDYXJkU2NSc3AucHJvdG8icAoeTW9u",
|
|
"b3BvbHlHYW1lQmluZ29GbGlwQ2FyZFNjUnNwEhMKC0VLRE5CRUtGRUNMGAMg",
|
|
"ASgNEg8KB3JldGNvZGUYCiABKA0SEwoLRkpFS0FJSEVLUEsYDSABKAgSEwoL",
|
|
"TEZQRUNBQUhOSUMYBSADKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
|
"cm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MonopolyGameBingoFlipCardScRsp), global::EggLink.DanhengServer.Proto.MonopolyGameBingoFlipCardScRsp.Parser, new[]{ "EKDNBEKFECL", "Retcode", "FJEKAIHEKPK", "LFPECAAHNIC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MonopolyGameBingoFlipCardScRsp : pb::IMessage<MonopolyGameBingoFlipCardScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MonopolyGameBingoFlipCardScRsp> _parser = new pb::MessageParser<MonopolyGameBingoFlipCardScRsp>(() => new MonopolyGameBingoFlipCardScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MonopolyGameBingoFlipCardScRsp> 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.MonopolyGameBingoFlipCardScRspReflection.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 MonopolyGameBingoFlipCardScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MonopolyGameBingoFlipCardScRsp(MonopolyGameBingoFlipCardScRsp other) : this() {
|
|
eKDNBEKFECL_ = other.eKDNBEKFECL_;
|
|
retcode_ = other.retcode_;
|
|
fJEKAIHEKPK_ = other.fJEKAIHEKPK_;
|
|
lFPECAAHNIC_ = other.lFPECAAHNIC_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MonopolyGameBingoFlipCardScRsp Clone() {
|
|
return new MonopolyGameBingoFlipCardScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "EKDNBEKFECL" field.</summary>
|
|
public const int EKDNBEKFECLFieldNumber = 3;
|
|
private uint eKDNBEKFECL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EKDNBEKFECL {
|
|
get { return eKDNBEKFECL_; }
|
|
set {
|
|
eKDNBEKFECL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 10;
|
|
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 "FJEKAIHEKPK" field.</summary>
|
|
public const int FJEKAIHEKPKFieldNumber = 13;
|
|
private bool fJEKAIHEKPK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool FJEKAIHEKPK {
|
|
get { return fJEKAIHEKPK_; }
|
|
set {
|
|
fJEKAIHEKPK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LFPECAAHNIC" field.</summary>
|
|
public const int LFPECAAHNICFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_lFPECAAHNIC_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> lFPECAAHNIC_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> LFPECAAHNIC {
|
|
get { return lFPECAAHNIC_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MonopolyGameBingoFlipCardScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MonopolyGameBingoFlipCardScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EKDNBEKFECL != other.EKDNBEKFECL) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (FJEKAIHEKPK != other.FJEKAIHEKPK) return false;
|
|
if(!lFPECAAHNIC_.Equals(other.lFPECAAHNIC_)) 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 (EKDNBEKFECL != 0) hash ^= EKDNBEKFECL.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (FJEKAIHEKPK != false) hash ^= FJEKAIHEKPK.GetHashCode();
|
|
hash ^= lFPECAAHNIC_.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 (EKDNBEKFECL != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(EKDNBEKFECL);
|
|
}
|
|
lFPECAAHNIC_.WriteTo(output, _repeated_lFPECAAHNIC_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (FJEKAIHEKPK != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(FJEKAIHEKPK);
|
|
}
|
|
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 (EKDNBEKFECL != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(EKDNBEKFECL);
|
|
}
|
|
lFPECAAHNIC_.WriteTo(ref output, _repeated_lFPECAAHNIC_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (FJEKAIHEKPK != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(FJEKAIHEKPK);
|
|
}
|
|
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 (EKDNBEKFECL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EKDNBEKFECL);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (FJEKAIHEKPK != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += lFPECAAHNIC_.CalculateSize(_repeated_lFPECAAHNIC_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MonopolyGameBingoFlipCardScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EKDNBEKFECL != 0) {
|
|
EKDNBEKFECL = other.EKDNBEKFECL;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.FJEKAIHEKPK != false) {
|
|
FJEKAIHEKPK = other.FJEKAIHEKPK;
|
|
}
|
|
lFPECAAHNIC_.Add(other.lFPECAAHNIC_);
|
|
_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 24: {
|
|
EKDNBEKFECL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
lFPECAAHNIC_.AddEntriesFrom(input, _repeated_lFPECAAHNIC_codec);
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
FJEKAIHEKPK = input.ReadBool();
|
|
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 24: {
|
|
EKDNBEKFECL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 42:
|
|
case 40: {
|
|
lFPECAAHNIC_.AddEntriesFrom(ref input, _repeated_lFPECAAHNIC_codec);
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
FJEKAIHEKPK = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|