mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
350 lines
14 KiB
C#
350 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GridFightTraitMember.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 GridFightTraitMember.proto</summary>
|
|
public static partial class GridFightTraitMemberReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GridFightTraitMember.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GridFightTraitMemberReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpHcmlkRmlnaHRUcmFpdE1lbWJlci5wcm90bxoeR3JpZEZpZ2h0VHJhaXRN",
|
|
"ZW1iZXJUeXBlLnByb3RvGhdHcmlkRmlnaHRUcmFpdFNyYy5wcm90byKqAQoU",
|
|
"R3JpZEZpZ2h0VHJhaXRNZW1iZXISHQoVbWVtYmVyX3JvbGVfdW5pcXVlX2lk",
|
|
"GAEgASgNEi4KC21lbWJlcl90eXBlGAIgASgOMhkuR3JpZEZpZ2h0VHJhaXRN",
|
|
"ZW1iZXJUeXBlEhYKDm1lbWJlcl9yb2xlX2lkGAMgASgNEisKD2dyaWRfdXBk",
|
|
"YXRlX3NyYxgEIAEoDjISLkdyaWRGaWdodFRyYWl0U3JjQh6qAhtFZ2dMaW5r",
|
|
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightTraitMemberTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.GridFightTraitSrcReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridFightTraitMember), global::EggLink.DanhengServer.Proto.GridFightTraitMember.Parser, new[]{ "MemberRoleUniqueId", "MemberType", "MemberRoleId", "GridUpdateSrc" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GridFightTraitMember : pb::IMessage<GridFightTraitMember>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GridFightTraitMember> _parser = new pb::MessageParser<GridFightTraitMember>(() => new GridFightTraitMember());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GridFightTraitMember> 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.GridFightTraitMemberReflection.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 GridFightTraitMember() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightTraitMember(GridFightTraitMember other) : this() {
|
|
memberRoleUniqueId_ = other.memberRoleUniqueId_;
|
|
memberType_ = other.memberType_;
|
|
memberRoleId_ = other.memberRoleId_;
|
|
gridUpdateSrc_ = other.gridUpdateSrc_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GridFightTraitMember Clone() {
|
|
return new GridFightTraitMember(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "member_role_unique_id" field.</summary>
|
|
public const int MemberRoleUniqueIdFieldNumber = 1;
|
|
private uint memberRoleUniqueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MemberRoleUniqueId {
|
|
get { return memberRoleUniqueId_; }
|
|
set {
|
|
memberRoleUniqueId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "member_type" field.</summary>
|
|
public const int MemberTypeFieldNumber = 2;
|
|
private global::EggLink.DanhengServer.Proto.GridFightTraitMemberType memberType_ = global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GridFightTraitMemberType MemberType {
|
|
get { return memberType_; }
|
|
set {
|
|
memberType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "member_role_id" field.</summary>
|
|
public const int MemberRoleIdFieldNumber = 3;
|
|
private uint memberRoleId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MemberRoleId {
|
|
get { return memberRoleId_; }
|
|
set {
|
|
memberRoleId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "grid_update_src" field.</summary>
|
|
public const int GridUpdateSrcFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.GridFightTraitSrc gridUpdateSrc_ = global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.GridFightTraitSrc GridUpdateSrc {
|
|
get { return gridUpdateSrc_; }
|
|
set {
|
|
gridUpdateSrc_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GridFightTraitMember);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GridFightTraitMember other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (MemberRoleUniqueId != other.MemberRoleUniqueId) return false;
|
|
if (MemberType != other.MemberType) return false;
|
|
if (MemberRoleId != other.MemberRoleId) return false;
|
|
if (GridUpdateSrc != other.GridUpdateSrc) 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 (MemberRoleUniqueId != 0) hash ^= MemberRoleUniqueId.GetHashCode();
|
|
if (MemberType != global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone) hash ^= MemberType.GetHashCode();
|
|
if (MemberRoleId != 0) hash ^= MemberRoleId.GetHashCode();
|
|
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone) hash ^= GridUpdateSrc.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 (MemberRoleUniqueId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(MemberRoleUniqueId);
|
|
}
|
|
if (MemberType != global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone) {
|
|
output.WriteRawTag(16);
|
|
output.WriteEnum((int) MemberType);
|
|
}
|
|
if (MemberRoleId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(MemberRoleId);
|
|
}
|
|
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) GridUpdateSrc);
|
|
}
|
|
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 (MemberRoleUniqueId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(MemberRoleUniqueId);
|
|
}
|
|
if (MemberType != global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone) {
|
|
output.WriteRawTag(16);
|
|
output.WriteEnum((int) MemberType);
|
|
}
|
|
if (MemberRoleId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(MemberRoleId);
|
|
}
|
|
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) GridUpdateSrc);
|
|
}
|
|
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 (MemberRoleUniqueId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MemberRoleUniqueId);
|
|
}
|
|
if (MemberType != global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MemberType);
|
|
}
|
|
if (MemberRoleId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MemberRoleId);
|
|
}
|
|
if (GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GridUpdateSrc);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GridFightTraitMember other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.MemberRoleUniqueId != 0) {
|
|
MemberRoleUniqueId = other.MemberRoleUniqueId;
|
|
}
|
|
if (other.MemberType != global::EggLink.DanhengServer.Proto.GridFightTraitMemberType.KGridFightTraitMemberNone) {
|
|
MemberType = other.MemberType;
|
|
}
|
|
if (other.MemberRoleId != 0) {
|
|
MemberRoleId = other.MemberRoleId;
|
|
}
|
|
if (other.GridUpdateSrc != global::EggLink.DanhengServer.Proto.GridFightTraitSrc.KGridFightTraitSrcNone) {
|
|
GridUpdateSrc = other.GridUpdateSrc;
|
|
}
|
|
_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 8: {
|
|
MemberRoleUniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
MemberType = (global::EggLink.DanhengServer.Proto.GridFightTraitMemberType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 24: {
|
|
MemberRoleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GridUpdateSrc = (global::EggLink.DanhengServer.Proto.GridFightTraitSrc) input.ReadEnum();
|
|
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 8: {
|
|
MemberRoleUniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
MemberType = (global::EggLink.DanhengServer.Proto.GridFightTraitMemberType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 24: {
|
|
MemberRoleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GridUpdateSrc = (global::EggLink.DanhengServer.Proto.GridFightTraitSrc) input.ReadEnum();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|