mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
300 lines
12 KiB
C#
300 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: SwordTrainingActionTurnSettleScNotify.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 SwordTrainingActionTurnSettleScNotify.proto</summary>
|
|
public static partial class SwordTrainingActionTurnSettleScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for SwordTrainingActionTurnSettleScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static SwordTrainingActionTurnSettleScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CitTd29yZFRyYWluaW5nQWN0aW9uVHVyblNldHRsZVNjTm90aWZ5LnByb3Rv",
|
|
"GhFKREhMSkxDRktNTy5wcm90byJ0CiVTd29yZFRyYWluaW5nQWN0aW9uVHVy",
|
|
"blNldHRsZVNjTm90aWZ5EhMKC0xKRVBJQkJERk5KGAIgASgNEhMKC05BRUtK",
|
|
"Qk9FTUNBGAYgASgNEiEKC0ZFSk9BRUFMS0RGGAQgAygLMgwuSkRITEpMQ0ZL",
|
|
"TU9CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JDHLJLCFKMOReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SwordTrainingActionTurnSettleScNotify), global::EggLink.DanhengServer.Proto.SwordTrainingActionTurnSettleScNotify.Parser, new[]{ "LJEPIBBDFNJ", "NAEKJBOEMCA", "FEJOAEALKDF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SwordTrainingActionTurnSettleScNotify : pb::IMessage<SwordTrainingActionTurnSettleScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SwordTrainingActionTurnSettleScNotify> _parser = new pb::MessageParser<SwordTrainingActionTurnSettleScNotify>(() => new SwordTrainingActionTurnSettleScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SwordTrainingActionTurnSettleScNotify> 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.SwordTrainingActionTurnSettleScNotifyReflection.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 SwordTrainingActionTurnSettleScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SwordTrainingActionTurnSettleScNotify(SwordTrainingActionTurnSettleScNotify other) : this() {
|
|
lJEPIBBDFNJ_ = other.lJEPIBBDFNJ_;
|
|
nAEKJBOEMCA_ = other.nAEKJBOEMCA_;
|
|
fEJOAEALKDF_ = other.fEJOAEALKDF_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SwordTrainingActionTurnSettleScNotify Clone() {
|
|
return new SwordTrainingActionTurnSettleScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "LJEPIBBDFNJ" field.</summary>
|
|
public const int LJEPIBBDFNJFieldNumber = 2;
|
|
private uint lJEPIBBDFNJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LJEPIBBDFNJ {
|
|
get { return lJEPIBBDFNJ_; }
|
|
set {
|
|
lJEPIBBDFNJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NAEKJBOEMCA" field.</summary>
|
|
public const int NAEKJBOEMCAFieldNumber = 6;
|
|
private uint nAEKJBOEMCA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NAEKJBOEMCA {
|
|
get { return nAEKJBOEMCA_; }
|
|
set {
|
|
nAEKJBOEMCA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FEJOAEALKDF" field.</summary>
|
|
public const int FEJOAEALKDFFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.JDHLJLCFKMO> _repeated_fEJOAEALKDF_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.JDHLJLCFKMO.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JDHLJLCFKMO> fEJOAEALKDF_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JDHLJLCFKMO>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JDHLJLCFKMO> FEJOAEALKDF {
|
|
get { return fEJOAEALKDF_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SwordTrainingActionTurnSettleScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SwordTrainingActionTurnSettleScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (LJEPIBBDFNJ != other.LJEPIBBDFNJ) return false;
|
|
if (NAEKJBOEMCA != other.NAEKJBOEMCA) return false;
|
|
if(!fEJOAEALKDF_.Equals(other.fEJOAEALKDF_)) 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 (LJEPIBBDFNJ != 0) hash ^= LJEPIBBDFNJ.GetHashCode();
|
|
if (NAEKJBOEMCA != 0) hash ^= NAEKJBOEMCA.GetHashCode();
|
|
hash ^= fEJOAEALKDF_.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 (LJEPIBBDFNJ != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LJEPIBBDFNJ);
|
|
}
|
|
fEJOAEALKDF_.WriteTo(output, _repeated_fEJOAEALKDF_codec);
|
|
if (NAEKJBOEMCA != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(NAEKJBOEMCA);
|
|
}
|
|
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 (LJEPIBBDFNJ != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LJEPIBBDFNJ);
|
|
}
|
|
fEJOAEALKDF_.WriteTo(ref output, _repeated_fEJOAEALKDF_codec);
|
|
if (NAEKJBOEMCA != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(NAEKJBOEMCA);
|
|
}
|
|
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 (LJEPIBBDFNJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LJEPIBBDFNJ);
|
|
}
|
|
if (NAEKJBOEMCA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NAEKJBOEMCA);
|
|
}
|
|
size += fEJOAEALKDF_.CalculateSize(_repeated_fEJOAEALKDF_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SwordTrainingActionTurnSettleScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.LJEPIBBDFNJ != 0) {
|
|
LJEPIBBDFNJ = other.LJEPIBBDFNJ;
|
|
}
|
|
if (other.NAEKJBOEMCA != 0) {
|
|
NAEKJBOEMCA = other.NAEKJBOEMCA;
|
|
}
|
|
fEJOAEALKDF_.Add(other.fEJOAEALKDF_);
|
|
_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 16: {
|
|
LJEPIBBDFNJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
fEJOAEALKDF_.AddEntriesFrom(input, _repeated_fEJOAEALKDF_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
NAEKJBOEMCA = 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 16: {
|
|
LJEPIBBDFNJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
fEJOAEALKDF_.AddEntriesFrom(ref input, _repeated_fEJOAEALKDF_codec);
|
|
break;
|
|
}
|
|
case 48: {
|
|
NAEKJBOEMCA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|