mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
338 lines
12 KiB
C#
338 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: LCINGIMGEEM.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 LCINGIMGEEM.proto</summary>
|
|
public static partial class LCINGIMGEEMReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for LCINGIMGEEM.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static LCINGIMGEEMReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFMQ0lOR0lNR0VFTS5wcm90byJeCgtMQ0lOR0lNR0VFTRIQCghsZXZlbF9p",
|
|
"ZBgLIAEoDRITCgtIT0FNQ0RLREVMShgMIAEoCBITCgtORUtFQ0tCQkZNSBgF",
|
|
"IAMoDRITCgtQQkJFSE5CSElJTRgJIAEoCEIeqgIbRWdnTGluay5EYW5oZW5n",
|
|
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LCINGIMGEEM), global::EggLink.DanhengServer.Proto.LCINGIMGEEM.Parser, new[]{ "LevelId", "HOAMCDKDELJ", "NEKECKBBFMH", "PBBEHNBHIIM" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class LCINGIMGEEM : pb::IMessage<LCINGIMGEEM>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<LCINGIMGEEM> _parser = new pb::MessageParser<LCINGIMGEEM>(() => new LCINGIMGEEM());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<LCINGIMGEEM> 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.LCINGIMGEEMReflection.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 LCINGIMGEEM() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public LCINGIMGEEM(LCINGIMGEEM other) : this() {
|
|
levelId_ = other.levelId_;
|
|
hOAMCDKDELJ_ = other.hOAMCDKDELJ_;
|
|
nEKECKBBFMH_ = other.nEKECKBBFMH_.Clone();
|
|
pBBEHNBHIIM_ = other.pBBEHNBHIIM_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public LCINGIMGEEM Clone() {
|
|
return new LCINGIMGEEM(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "level_id" field.</summary>
|
|
public const int LevelIdFieldNumber = 11;
|
|
private uint levelId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LevelId {
|
|
get { return levelId_; }
|
|
set {
|
|
levelId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HOAMCDKDELJ" field.</summary>
|
|
public const int HOAMCDKDELJFieldNumber = 12;
|
|
private bool hOAMCDKDELJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool HOAMCDKDELJ {
|
|
get { return hOAMCDKDELJ_; }
|
|
set {
|
|
hOAMCDKDELJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NEKECKBBFMH" field.</summary>
|
|
public const int NEKECKBBFMHFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nEKECKBBFMH_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> nEKECKBBFMH_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> NEKECKBBFMH {
|
|
get { return nEKECKBBFMH_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "PBBEHNBHIIM" field.</summary>
|
|
public const int PBBEHNBHIIMFieldNumber = 9;
|
|
private bool pBBEHNBHIIM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool PBBEHNBHIIM {
|
|
get { return pBBEHNBHIIM_; }
|
|
set {
|
|
pBBEHNBHIIM_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as LCINGIMGEEM);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(LCINGIMGEEM other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (LevelId != other.LevelId) return false;
|
|
if (HOAMCDKDELJ != other.HOAMCDKDELJ) return false;
|
|
if(!nEKECKBBFMH_.Equals(other.nEKECKBBFMH_)) return false;
|
|
if (PBBEHNBHIIM != other.PBBEHNBHIIM) 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 (LevelId != 0) hash ^= LevelId.GetHashCode();
|
|
if (HOAMCDKDELJ != false) hash ^= HOAMCDKDELJ.GetHashCode();
|
|
hash ^= nEKECKBBFMH_.GetHashCode();
|
|
if (PBBEHNBHIIM != false) hash ^= PBBEHNBHIIM.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
|
|
nEKECKBBFMH_.WriteTo(output, _repeated_nEKECKBBFMH_codec);
|
|
if (PBBEHNBHIIM != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(PBBEHNBHIIM);
|
|
}
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (HOAMCDKDELJ != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(HOAMCDKDELJ);
|
|
}
|
|
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) {
|
|
nEKECKBBFMH_.WriteTo(ref output, _repeated_nEKECKBBFMH_codec);
|
|
if (PBBEHNBHIIM != false) {
|
|
output.WriteRawTag(72);
|
|
output.WriteBool(PBBEHNBHIIM);
|
|
}
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (HOAMCDKDELJ != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(HOAMCDKDELJ);
|
|
}
|
|
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 (LevelId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
|
|
}
|
|
if (HOAMCDKDELJ != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += nEKECKBBFMH_.CalculateSize(_repeated_nEKECKBBFMH_codec);
|
|
if (PBBEHNBHIIM != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(LCINGIMGEEM other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.LevelId != 0) {
|
|
LevelId = other.LevelId;
|
|
}
|
|
if (other.HOAMCDKDELJ != false) {
|
|
HOAMCDKDELJ = other.HOAMCDKDELJ;
|
|
}
|
|
nEKECKBBFMH_.Add(other.nEKECKBBFMH_);
|
|
if (other.PBBEHNBHIIM != false) {
|
|
PBBEHNBHIIM = other.PBBEHNBHIIM;
|
|
}
|
|
_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 42:
|
|
case 40: {
|
|
nEKECKBBFMH_.AddEntriesFrom(input, _repeated_nEKECKBBFMH_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
PBBEHNBHIIM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HOAMCDKDELJ = 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 42:
|
|
case 40: {
|
|
nEKECKBBFMH_.AddEntriesFrom(ref input, _repeated_nEKECKBBFMH_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
PBBEHNBHIIM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 88: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
HOAMCDKDELJ = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|