Files
DanhengServer-OpenSource/Proto/FightMatch3SoloSwapNotify.cs
2025-08-23 14:27:41 +08:00

293 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightMatch3SoloSwapNotify.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 FightMatch3SoloSwapNotify.proto</summary>
public static partial class FightMatch3SoloSwapNotifyReflection {
#region Descriptor
/// <summary>File descriptor for FightMatch3SoloSwapNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightMatch3SoloSwapNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9GaWdodE1hdGNoM1NvbG9Td2FwTm90aWZ5LnByb3RvGhpGaWdodE1hdGNo",
"M1N3YXBDc1JlcS5wcm90bxoRTURPSEFGQkVFUEsucHJvdG8iagoZRmlnaHRN",
"YXRjaDNTb2xvU3dhcE5vdGlmeRIqCgtNRURCT05IQUxPRBgEIAEoCzIVLkZp",
"Z2h0TWF0Y2gzU3dhcENzUmVxEiEKC0VIRUxHQU9BQkpKGAUgASgLMgwuTURP",
"SEFGQkVFUEtCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReqReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDOHAFBEEPKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SoloSwapNotify), global::EggLink.DanhengServer.Proto.FightMatch3SoloSwapNotify.Parser, new[]{ "MEDBONHALOD", "EHELGAOABJJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FightMatch3SoloSwapNotify : pb::IMessage<FightMatch3SoloSwapNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FightMatch3SoloSwapNotify> _parser = new pb::MessageParser<FightMatch3SoloSwapNotify>(() => new FightMatch3SoloSwapNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FightMatch3SoloSwapNotify> 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.FightMatch3SoloSwapNotifyReflection.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 FightMatch3SoloSwapNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightMatch3SoloSwapNotify(FightMatch3SoloSwapNotify other) : this() {
mEDBONHALOD_ = other.mEDBONHALOD_ != null ? other.mEDBONHALOD_.Clone() : null;
eHELGAOABJJ_ = other.eHELGAOABJJ_ != null ? other.eHELGAOABJJ_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightMatch3SoloSwapNotify Clone() {
return new FightMatch3SoloSwapNotify(this);
}
/// <summary>Field number for the "MEDBONHALOD" field.</summary>
public const int MEDBONHALODFieldNumber = 4;
private global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq mEDBONHALOD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq MEDBONHALOD {
get { return mEDBONHALOD_; }
set {
mEDBONHALOD_ = value;
}
}
/// <summary>Field number for the "EHELGAOABJJ" field.</summary>
public const int EHELGAOABJJFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.MDOHAFBEEPK eHELGAOABJJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.MDOHAFBEEPK EHELGAOABJJ {
get { return eHELGAOABJJ_; }
set {
eHELGAOABJJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FightMatch3SoloSwapNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FightMatch3SoloSwapNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(MEDBONHALOD, other.MEDBONHALOD)) return false;
if (!object.Equals(EHELGAOABJJ, other.EHELGAOABJJ)) 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 (mEDBONHALOD_ != null) hash ^= MEDBONHALOD.GetHashCode();
if (eHELGAOABJJ_ != null) hash ^= EHELGAOABJJ.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 (mEDBONHALOD_ != null) {
output.WriteRawTag(34);
output.WriteMessage(MEDBONHALOD);
}
if (eHELGAOABJJ_ != null) {
output.WriteRawTag(42);
output.WriteMessage(EHELGAOABJJ);
}
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 (mEDBONHALOD_ != null) {
output.WriteRawTag(34);
output.WriteMessage(MEDBONHALOD);
}
if (eHELGAOABJJ_ != null) {
output.WriteRawTag(42);
output.WriteMessage(EHELGAOABJJ);
}
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 (mEDBONHALOD_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(MEDBONHALOD);
}
if (eHELGAOABJJ_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EHELGAOABJJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FightMatch3SoloSwapNotify other) {
if (other == null) {
return;
}
if (other.mEDBONHALOD_ != null) {
if (mEDBONHALOD_ == null) {
MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq();
}
MEDBONHALOD.MergeFrom(other.MEDBONHALOD);
}
if (other.eHELGAOABJJ_ != null) {
if (eHELGAOABJJ_ == null) {
EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
EHELGAOABJJ.MergeFrom(other.EHELGAOABJJ);
}
_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 34: {
if (mEDBONHALOD_ == null) {
MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq();
}
input.ReadMessage(MEDBONHALOD);
break;
}
case 42: {
if (eHELGAOABJJ_ == null) {
EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
input.ReadMessage(EHELGAOABJJ);
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 34: {
if (mEDBONHALOD_ == null) {
MEDBONHALOD = new global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq();
}
input.ReadMessage(MEDBONHALOD);
break;
}
case 42: {
if (eHELGAOABJJ_ == null) {
EHELGAOABJJ = new global::EggLink.DanhengServer.Proto.MDOHAFBEEPK();
}
input.ReadMessage(EHELGAOABJJ);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code