Files
DanhengServer-OpenSource/Proto/FightMatch3SoloUseItemNotify.cs
2025-08-22 21:52:38 +08:00

292 lines
11 KiB
C#

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