mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
347 lines
13 KiB
C#
347 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: EnterSummonActivityStageCsReq.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 EnterSummonActivityStageCsReq.proto</summary>
|
|
public static partial class EnterSummonActivityStageCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for EnterSummonActivityStageCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static EnterSummonActivityStageCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiNFbnRlclN1bW1vbkFjdGl2aXR5U3RhZ2VDc1JlcS5wcm90bxoRQUpDTUpC",
|
|
"TUZERE0ucHJvdG8ijwEKHUVudGVyU3VtbW9uQWN0aXZpdHlTdGFnZUNzUmVx",
|
|
"EhYKDmZpZ2h0X3N0YWdlX2lkGAwgASgNEiEKC2F2YXRhcl9saXN0GAMgAygL",
|
|
"MgwuQUpDTUpCTUZERE0SEAoIZ3JvdXBfaWQYByABKA0SIQoLR0pCT0JCUEZL",
|
|
"TUQYBCABKAsyDC5BSkNNSkJNRkRETUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AJCMJBMFDDMReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EnterSummonActivityStageCsReq), global::EggLink.DanhengServer.Proto.EnterSummonActivityStageCsReq.Parser, new[]{ "FightStageId", "AvatarList", "GroupId", "GJBOBBPFKMD" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class EnterSummonActivityStageCsReq : pb::IMessage<EnterSummonActivityStageCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<EnterSummonActivityStageCsReq> _parser = new pb::MessageParser<EnterSummonActivityStageCsReq>(() => new EnterSummonActivityStageCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<EnterSummonActivityStageCsReq> 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.EnterSummonActivityStageCsReqReflection.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 EnterSummonActivityStageCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EnterSummonActivityStageCsReq(EnterSummonActivityStageCsReq other) : this() {
|
|
fightStageId_ = other.fightStageId_;
|
|
avatarList_ = other.avatarList_.Clone();
|
|
groupId_ = other.groupId_;
|
|
gJBOBBPFKMD_ = other.gJBOBBPFKMD_ != null ? other.gJBOBBPFKMD_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public EnterSummonActivityStageCsReq Clone() {
|
|
return new EnterSummonActivityStageCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "fight_stage_id" field.</summary>
|
|
public const int FightStageIdFieldNumber = 12;
|
|
private uint fightStageId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FightStageId {
|
|
get { return fightStageId_; }
|
|
set {
|
|
fightStageId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "avatar_list" field.</summary>
|
|
public const int AvatarListFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.AJCMJBMFDDM> _repeated_avatarList_codec
|
|
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.AJCMJBMFDDM.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AJCMJBMFDDM> avatarList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AJCMJBMFDDM>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.AJCMJBMFDDM> AvatarList {
|
|
get { return avatarList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "group_id" field.</summary>
|
|
public const int GroupIdFieldNumber = 7;
|
|
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 "GJBOBBPFKMD" field.</summary>
|
|
public const int GJBOBBPFKMDFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.AJCMJBMFDDM gJBOBBPFKMD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.AJCMJBMFDDM GJBOBBPFKMD {
|
|
get { return gJBOBBPFKMD_; }
|
|
set {
|
|
gJBOBBPFKMD_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as EnterSummonActivityStageCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(EnterSummonActivityStageCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (FightStageId != other.FightStageId) return false;
|
|
if(!avatarList_.Equals(other.avatarList_)) return false;
|
|
if (GroupId != other.GroupId) return false;
|
|
if (!object.Equals(GJBOBBPFKMD, other.GJBOBBPFKMD)) 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 (FightStageId != 0) hash ^= FightStageId.GetHashCode();
|
|
hash ^= avatarList_.GetHashCode();
|
|
if (GroupId != 0) hash ^= GroupId.GetHashCode();
|
|
if (gJBOBBPFKMD_ != null) hash ^= GJBOBBPFKMD.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
|
|
avatarList_.WriteTo(output, _repeated_avatarList_codec);
|
|
if (gJBOBBPFKMD_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(GJBOBBPFKMD);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (FightStageId != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(FightStageId);
|
|
}
|
|
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) {
|
|
avatarList_.WriteTo(ref output, _repeated_avatarList_codec);
|
|
if (gJBOBBPFKMD_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(GJBOBBPFKMD);
|
|
}
|
|
if (GroupId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GroupId);
|
|
}
|
|
if (FightStageId != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(FightStageId);
|
|
}
|
|
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 (FightStageId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FightStageId);
|
|
}
|
|
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
|
|
if (GroupId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
|
|
}
|
|
if (gJBOBBPFKMD_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GJBOBBPFKMD);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(EnterSummonActivityStageCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.FightStageId != 0) {
|
|
FightStageId = other.FightStageId;
|
|
}
|
|
avatarList_.Add(other.avatarList_);
|
|
if (other.GroupId != 0) {
|
|
GroupId = other.GroupId;
|
|
}
|
|
if (other.gJBOBBPFKMD_ != null) {
|
|
if (gJBOBBPFKMD_ == null) {
|
|
GJBOBBPFKMD = new global::EggLink.DanhengServer.Proto.AJCMJBMFDDM();
|
|
}
|
|
GJBOBBPFKMD.MergeFrom(other.GJBOBBPFKMD);
|
|
}
|
|
_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: {
|
|
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
if (gJBOBBPFKMD_ == null) {
|
|
GJBOBBPFKMD = new global::EggLink.DanhengServer.Proto.AJCMJBMFDDM();
|
|
}
|
|
input.ReadMessage(GJBOBBPFKMD);
|
|
break;
|
|
}
|
|
case 56: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
FightStageId = 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: {
|
|
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
if (gJBOBBPFKMD_ == null) {
|
|
GJBOBBPFKMD = new global::EggLink.DanhengServer.Proto.AJCMJBMFDDM();
|
|
}
|
|
input.ReadMessage(GJBOBBPFKMD);
|
|
break;
|
|
}
|
|
case 56: {
|
|
GroupId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
FightStageId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|