mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
460 lines
16 KiB
C#
460 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: RogueDebugReplaySaveScNotify.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 RogueDebugReplaySaveScNotify.proto</summary>
|
|
public static partial class RogueDebugReplaySaveScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for RogueDebugReplaySaveScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static RogueDebugReplaySaveScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiJSb2d1ZURlYnVnUmVwbGF5U2F2ZVNjTm90aWZ5LnByb3RvIqkBChxSb2d1",
|
|
"ZURlYnVnUmVwbGF5U2F2ZVNjTm90aWZ5EhMKC05FUEdFRUpDTEFIGA4gASgJ",
|
|
"EhMKC0tGQU1BQ0tGSFBNGAUgASgJEhMKC0pISkdGRE1LSUhHGAkgASgJEhMK",
|
|
"C0pERURDS0tBQ0dPGAMgASgJEhMKC0RGUEZBTEJKSEpIGA0gASgJEgsKA3Vp",
|
|
"ZBgPIAEoDRITCgtJSlBQS05LTkxOTBgGIAEoCUIeqgIbRWdnTGluay5EYW5o",
|
|
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueDebugReplaySaveScNotify), global::EggLink.DanhengServer.Proto.RogueDebugReplaySaveScNotify.Parser, new[]{ "NEPGEEJCLAH", "KFAMACKFHPM", "JHJGFDMKIHG", "JDEDCKKACGO", "DFPFALBJHJH", "Uid", "IJPPKNKNLNL" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class RogueDebugReplaySaveScNotify : pb::IMessage<RogueDebugReplaySaveScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<RogueDebugReplaySaveScNotify> _parser = new pb::MessageParser<RogueDebugReplaySaveScNotify>(() => new RogueDebugReplaySaveScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<RogueDebugReplaySaveScNotify> 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.RogueDebugReplaySaveScNotifyReflection.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 RogueDebugReplaySaveScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueDebugReplaySaveScNotify(RogueDebugReplaySaveScNotify other) : this() {
|
|
nEPGEEJCLAH_ = other.nEPGEEJCLAH_;
|
|
kFAMACKFHPM_ = other.kFAMACKFHPM_;
|
|
jHJGFDMKIHG_ = other.jHJGFDMKIHG_;
|
|
jDEDCKKACGO_ = other.jDEDCKKACGO_;
|
|
dFPFALBJHJH_ = other.dFPFALBJHJH_;
|
|
uid_ = other.uid_;
|
|
iJPPKNKNLNL_ = other.iJPPKNKNLNL_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public RogueDebugReplaySaveScNotify Clone() {
|
|
return new RogueDebugReplaySaveScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "NEPGEEJCLAH" field.</summary>
|
|
public const int NEPGEEJCLAHFieldNumber = 14;
|
|
private string nEPGEEJCLAH_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string NEPGEEJCLAH {
|
|
get { return nEPGEEJCLAH_; }
|
|
set {
|
|
nEPGEEJCLAH_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KFAMACKFHPM" field.</summary>
|
|
public const int KFAMACKFHPMFieldNumber = 5;
|
|
private string kFAMACKFHPM_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string KFAMACKFHPM {
|
|
get { return kFAMACKFHPM_; }
|
|
set {
|
|
kFAMACKFHPM_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JHJGFDMKIHG" field.</summary>
|
|
public const int JHJGFDMKIHGFieldNumber = 9;
|
|
private string jHJGFDMKIHG_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string JHJGFDMKIHG {
|
|
get { return jHJGFDMKIHG_; }
|
|
set {
|
|
jHJGFDMKIHG_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JDEDCKKACGO" field.</summary>
|
|
public const int JDEDCKKACGOFieldNumber = 3;
|
|
private string jDEDCKKACGO_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string JDEDCKKACGO {
|
|
get { return jDEDCKKACGO_; }
|
|
set {
|
|
jDEDCKKACGO_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DFPFALBJHJH" field.</summary>
|
|
public const int DFPFALBJHJHFieldNumber = 13;
|
|
private string dFPFALBJHJH_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string DFPFALBJHJH {
|
|
get { return dFPFALBJHJH_; }
|
|
set {
|
|
dFPFALBJHJH_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "uid" field.</summary>
|
|
public const int UidFieldNumber = 15;
|
|
private uint uid_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Uid {
|
|
get { return uid_; }
|
|
set {
|
|
uid_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IJPPKNKNLNL" field.</summary>
|
|
public const int IJPPKNKNLNLFieldNumber = 6;
|
|
private string iJPPKNKNLNL_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string IJPPKNKNLNL {
|
|
get { return iJPPKNKNLNL_; }
|
|
set {
|
|
iJPPKNKNLNL_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as RogueDebugReplaySaveScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(RogueDebugReplaySaveScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (NEPGEEJCLAH != other.NEPGEEJCLAH) return false;
|
|
if (KFAMACKFHPM != other.KFAMACKFHPM) return false;
|
|
if (JHJGFDMKIHG != other.JHJGFDMKIHG) return false;
|
|
if (JDEDCKKACGO != other.JDEDCKKACGO) return false;
|
|
if (DFPFALBJHJH != other.DFPFALBJHJH) return false;
|
|
if (Uid != other.Uid) return false;
|
|
if (IJPPKNKNLNL != other.IJPPKNKNLNL) 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 (NEPGEEJCLAH.Length != 0) hash ^= NEPGEEJCLAH.GetHashCode();
|
|
if (KFAMACKFHPM.Length != 0) hash ^= KFAMACKFHPM.GetHashCode();
|
|
if (JHJGFDMKIHG.Length != 0) hash ^= JHJGFDMKIHG.GetHashCode();
|
|
if (JDEDCKKACGO.Length != 0) hash ^= JDEDCKKACGO.GetHashCode();
|
|
if (DFPFALBJHJH.Length != 0) hash ^= DFPFALBJHJH.GetHashCode();
|
|
if (Uid != 0) hash ^= Uid.GetHashCode();
|
|
if (IJPPKNKNLNL.Length != 0) hash ^= IJPPKNKNLNL.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 (JDEDCKKACGO.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(JDEDCKKACGO);
|
|
}
|
|
if (KFAMACKFHPM.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(KFAMACKFHPM);
|
|
}
|
|
if (IJPPKNKNLNL.Length != 0) {
|
|
output.WriteRawTag(50);
|
|
output.WriteString(IJPPKNKNLNL);
|
|
}
|
|
if (JHJGFDMKIHG.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(JHJGFDMKIHG);
|
|
}
|
|
if (DFPFALBJHJH.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(DFPFALBJHJH);
|
|
}
|
|
if (NEPGEEJCLAH.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(NEPGEEJCLAH);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
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 (JDEDCKKACGO.Length != 0) {
|
|
output.WriteRawTag(26);
|
|
output.WriteString(JDEDCKKACGO);
|
|
}
|
|
if (KFAMACKFHPM.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(KFAMACKFHPM);
|
|
}
|
|
if (IJPPKNKNLNL.Length != 0) {
|
|
output.WriteRawTag(50);
|
|
output.WriteString(IJPPKNKNLNL);
|
|
}
|
|
if (JHJGFDMKIHG.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(JHJGFDMKIHG);
|
|
}
|
|
if (DFPFALBJHJH.Length != 0) {
|
|
output.WriteRawTag(106);
|
|
output.WriteString(DFPFALBJHJH);
|
|
}
|
|
if (NEPGEEJCLAH.Length != 0) {
|
|
output.WriteRawTag(114);
|
|
output.WriteString(NEPGEEJCLAH);
|
|
}
|
|
if (Uid != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(Uid);
|
|
}
|
|
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 (NEPGEEJCLAH.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(NEPGEEJCLAH);
|
|
}
|
|
if (KFAMACKFHPM.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(KFAMACKFHPM);
|
|
}
|
|
if (JHJGFDMKIHG.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(JHJGFDMKIHG);
|
|
}
|
|
if (JDEDCKKACGO.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(JDEDCKKACGO);
|
|
}
|
|
if (DFPFALBJHJH.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(DFPFALBJHJH);
|
|
}
|
|
if (Uid != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
|
|
}
|
|
if (IJPPKNKNLNL.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(IJPPKNKNLNL);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(RogueDebugReplaySaveScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.NEPGEEJCLAH.Length != 0) {
|
|
NEPGEEJCLAH = other.NEPGEEJCLAH;
|
|
}
|
|
if (other.KFAMACKFHPM.Length != 0) {
|
|
KFAMACKFHPM = other.KFAMACKFHPM;
|
|
}
|
|
if (other.JHJGFDMKIHG.Length != 0) {
|
|
JHJGFDMKIHG = other.JHJGFDMKIHG;
|
|
}
|
|
if (other.JDEDCKKACGO.Length != 0) {
|
|
JDEDCKKACGO = other.JDEDCKKACGO;
|
|
}
|
|
if (other.DFPFALBJHJH.Length != 0) {
|
|
DFPFALBJHJH = other.DFPFALBJHJH;
|
|
}
|
|
if (other.Uid != 0) {
|
|
Uid = other.Uid;
|
|
}
|
|
if (other.IJPPKNKNLNL.Length != 0) {
|
|
IJPPKNKNLNL = other.IJPPKNKNLNL;
|
|
}
|
|
_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 26: {
|
|
JDEDCKKACGO = input.ReadString();
|
|
break;
|
|
}
|
|
case 42: {
|
|
KFAMACKFHPM = input.ReadString();
|
|
break;
|
|
}
|
|
case 50: {
|
|
IJPPKNKNLNL = input.ReadString();
|
|
break;
|
|
}
|
|
case 74: {
|
|
JHJGFDMKIHG = input.ReadString();
|
|
break;
|
|
}
|
|
case 106: {
|
|
DFPFALBJHJH = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
NEPGEEJCLAH = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
Uid = 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 26: {
|
|
JDEDCKKACGO = input.ReadString();
|
|
break;
|
|
}
|
|
case 42: {
|
|
KFAMACKFHPM = input.ReadString();
|
|
break;
|
|
}
|
|
case 50: {
|
|
IJPPKNKNLNL = input.ReadString();
|
|
break;
|
|
}
|
|
case 74: {
|
|
JHJGFDMKIHG = input.ReadString();
|
|
break;
|
|
}
|
|
case 106: {
|
|
DFPFALBJHJH = input.ReadString();
|
|
break;
|
|
}
|
|
case 114: {
|
|
NEPGEEJCLAH = input.ReadString();
|
|
break;
|
|
}
|
|
case 120: {
|
|
Uid = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|