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: MazeGroup.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 MazeGroup.proto</summary>
|
|
public static partial class MazeGroupReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MazeGroup.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MazeGroupReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Cg9NYXplR3JvdXAucHJvdG8iXAoJTWF6ZUdyb3VwEhMKC05PQktFT05BS0xF",
|
|
"GA8gAygNEhMKC0lMQkVBQU9PSkpQGAUgASgIEhAKCGdyb3VwX2lkGAkgASgN",
|
|
"EhMKC0lOTERDQ0xJT0FOGAQgASgDQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2",
|
|
"ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MazeGroup), global::EggLink.DanhengServer.Proto.MazeGroup.Parser, new[]{ "NOBKEONAKLE", "ILBEAAOOJJP", "GroupId", "INLDCCLIOAN" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class MazeGroup : pb::IMessage<MazeGroup>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<MazeGroup> _parser = new pb::MessageParser<MazeGroup>(() => new MazeGroup());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<MazeGroup> 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.MazeGroupReflection.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 MazeGroup() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MazeGroup(MazeGroup other) : this() {
|
|
nOBKEONAKLE_ = other.nOBKEONAKLE_.Clone();
|
|
iLBEAAOOJJP_ = other.iLBEAAOOJJP_;
|
|
groupId_ = other.groupId_;
|
|
iNLDCCLIOAN_ = other.iNLDCCLIOAN_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public MazeGroup Clone() {
|
|
return new MazeGroup(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "NOBKEONAKLE" field.</summary>
|
|
public const int NOBKEONAKLEFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nOBKEONAKLE_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> nOBKEONAKLE_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> NOBKEONAKLE {
|
|
get { return nOBKEONAKLE_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "ILBEAAOOJJP" field.</summary>
|
|
public const int ILBEAAOOJJPFieldNumber = 5;
|
|
private bool iLBEAAOOJJP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool ILBEAAOOJJP {
|
|
get { return iLBEAAOOJJP_; }
|
|
set {
|
|
iLBEAAOOJJP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "group_id" field.</summary>
|
|
public const int GroupIdFieldNumber = 9;
|
|
private uint groupId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GroupId {
|
|
get { return groupId_; }
|
|
set {
|
|
groupId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "INLDCCLIOAN" field.</summary>
|
|
public const int INLDCCLIOANFieldNumber = 4;
|
|
private long iNLDCCLIOAN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long INLDCCLIOAN {
|
|
get { return iNLDCCLIOAN_; }
|
|
set {
|
|
iNLDCCLIOAN_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as MazeGroup);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(MazeGroup other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!nOBKEONAKLE_.Equals(other.nOBKEONAKLE_)) return false;
|
|
if (ILBEAAOOJJP != other.ILBEAAOOJJP) return false;
|
|
if (GroupId != other.GroupId) return false;
|
|
if (INLDCCLIOAN != other.INLDCCLIOAN) 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;
|
|
hash ^= nOBKEONAKLE_.GetHashCode();
|
|
if (ILBEAAOOJJP != false) hash ^= ILBEAAOOJJP.GetHashCode();
|
|
if (GroupId != 0) hash ^= GroupId.GetHashCode();
|
|
if (INLDCCLIOAN != 0L) hash ^= INLDCCLIOAN.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 (INLDCCLIOAN != 0L) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt64(INLDCCLIOAN);
|
|
}
|
|
if (ILBEAAOOJJP != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(ILBEAAOOJJP);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
nOBKEONAKLE_.WriteTo(output, _repeated_nOBKEONAKLE_codec);
|
|
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 (INLDCCLIOAN != 0L) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt64(INLDCCLIOAN);
|
|
}
|
|
if (ILBEAAOOJJP != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(ILBEAAOOJJP);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
nOBKEONAKLE_.WriteTo(ref output, _repeated_nOBKEONAKLE_codec);
|
|
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;
|
|
size += nOBKEONAKLE_.CalculateSize(_repeated_nOBKEONAKLE_codec);
|
|
if (ILBEAAOOJJP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (GroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
|
|
}
|
|
if (INLDCCLIOAN != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(INLDCCLIOAN);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(MazeGroup other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
nOBKEONAKLE_.Add(other.nOBKEONAKLE_);
|
|
if (other.ILBEAAOOJJP != false) {
|
|
ILBEAAOOJJP = other.ILBEAAOOJJP;
|
|
}
|
|
if (other.GroupId != 0) {
|
|
GroupId = other.GroupId;
|
|
}
|
|
if (other.INLDCCLIOAN != 0L) {
|
|
INLDCCLIOAN = other.INLDCCLIOAN;
|
|
}
|
|
_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 32: {
|
|
INLDCCLIOAN = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 40: {
|
|
ILBEAAOOJJP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
nOBKEONAKLE_.AddEntriesFrom(input, _repeated_nOBKEONAKLE_codec);
|
|
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 32: {
|
|
INLDCCLIOAN = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 40: {
|
|
ILBEAAOOJJP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
nOBKEONAKLE_.AddEntriesFrom(ref input, _repeated_nOBKEONAKLE_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|