mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
424 lines
16 KiB
C#
424 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ChessRogueStartCsReq.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 ChessRogueStartCsReq.proto</summary>
|
|
public static partial class ChessRogueStartCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChessRogueStartCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChessRogueStartCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpDaGVzc1JvZ3VlU3RhcnRDc1JlcS5wcm90byLAAQoUQ2hlc3NSb2d1ZVN0",
|
|
"YXJ0Q3NSZXESGwoTYmFzZV9hdmF0YXJfaWRfbGlzdBgIIAMoDRIWCg5kaWNl",
|
|
"X2JyYW5jaF9pZBgDIAEoDRIPCgdhZW9uX2lkGA0gASgNEhwKFHRyaWFsX2F2",
|
|
"YXRhcl9pZF9saXN0GAEgAygNEhwKFGRpc2FibGVfYWVvbl9pZF9saXN0GA8g",
|
|
"AygNEgoKAmlkGAYgASgNEhoKEmRpZmZpY3VsdHlfaWRfbGlzdBgHIAMoDUIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueStartCsReq), global::EggLink.DanhengServer.Proto.ChessRogueStartCsReq.Parser, new[]{ "BaseAvatarIdList", "DiceBranchId", "AeonId", "TrialAvatarIdList", "DisableAeonIdList", "Id", "DifficultyIdList" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ChessRogueStartCsReq : pb::IMessage<ChessRogueStartCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ChessRogueStartCsReq> _parser = new pb::MessageParser<ChessRogueStartCsReq>(() => new ChessRogueStartCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ChessRogueStartCsReq> 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.ChessRogueStartCsReqReflection.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 ChessRogueStartCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueStartCsReq(ChessRogueStartCsReq other) : this() {
|
|
baseAvatarIdList_ = other.baseAvatarIdList_.Clone();
|
|
diceBranchId_ = other.diceBranchId_;
|
|
aeonId_ = other.aeonId_;
|
|
trialAvatarIdList_ = other.trialAvatarIdList_.Clone();
|
|
disableAeonIdList_ = other.disableAeonIdList_.Clone();
|
|
id_ = other.id_;
|
|
difficultyIdList_ = other.difficultyIdList_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueStartCsReq Clone() {
|
|
return new ChessRogueStartCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "base_avatar_id_list" field.</summary>
|
|
public const int BaseAvatarIdListFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<uint> _repeated_baseAvatarIdList_codec
|
|
= pb::FieldCodec.ForUInt32(66);
|
|
private readonly pbc::RepeatedField<uint> baseAvatarIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> BaseAvatarIdList {
|
|
get { return baseAvatarIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "dice_branch_id" field.</summary>
|
|
public const int DiceBranchIdFieldNumber = 3;
|
|
private uint diceBranchId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DiceBranchId {
|
|
get { return diceBranchId_; }
|
|
set {
|
|
diceBranchId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "aeon_id" field.</summary>
|
|
public const int AeonIdFieldNumber = 13;
|
|
private uint aeonId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AeonId {
|
|
get { return aeonId_; }
|
|
set {
|
|
aeonId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "trial_avatar_id_list" field.</summary>
|
|
public const int TrialAvatarIdListFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<uint> _repeated_trialAvatarIdList_codec
|
|
= pb::FieldCodec.ForUInt32(10);
|
|
private readonly pbc::RepeatedField<uint> trialAvatarIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> TrialAvatarIdList {
|
|
get { return trialAvatarIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "disable_aeon_id_list" field.</summary>
|
|
public const int DisableAeonIdListFieldNumber = 15;
|
|
private static readonly pb::FieldCodec<uint> _repeated_disableAeonIdList_codec
|
|
= pb::FieldCodec.ForUInt32(122);
|
|
private readonly pbc::RepeatedField<uint> disableAeonIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DisableAeonIdList {
|
|
get { return disableAeonIdList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "id" field.</summary>
|
|
public const int IdFieldNumber = 6;
|
|
private uint id_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Id {
|
|
get { return id_; }
|
|
set {
|
|
id_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "difficulty_id_list" field.</summary>
|
|
public const int DifficultyIdListFieldNumber = 7;
|
|
private static readonly pb::FieldCodec<uint> _repeated_difficultyIdList_codec
|
|
= pb::FieldCodec.ForUInt32(58);
|
|
private readonly pbc::RepeatedField<uint> difficultyIdList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DifficultyIdList {
|
|
get { return difficultyIdList_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ChessRogueStartCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ChessRogueStartCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!baseAvatarIdList_.Equals(other.baseAvatarIdList_)) return false;
|
|
if (DiceBranchId != other.DiceBranchId) return false;
|
|
if (AeonId != other.AeonId) return false;
|
|
if(!trialAvatarIdList_.Equals(other.trialAvatarIdList_)) return false;
|
|
if(!disableAeonIdList_.Equals(other.disableAeonIdList_)) return false;
|
|
if (Id != other.Id) return false;
|
|
if(!difficultyIdList_.Equals(other.difficultyIdList_)) 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 ^= baseAvatarIdList_.GetHashCode();
|
|
if (DiceBranchId != 0) hash ^= DiceBranchId.GetHashCode();
|
|
if (AeonId != 0) hash ^= AeonId.GetHashCode();
|
|
hash ^= trialAvatarIdList_.GetHashCode();
|
|
hash ^= disableAeonIdList_.GetHashCode();
|
|
if (Id != 0) hash ^= Id.GetHashCode();
|
|
hash ^= difficultyIdList_.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
|
|
trialAvatarIdList_.WriteTo(output, _repeated_trialAvatarIdList_codec);
|
|
if (DiceBranchId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DiceBranchId);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
difficultyIdList_.WriteTo(output, _repeated_difficultyIdList_codec);
|
|
baseAvatarIdList_.WriteTo(output, _repeated_baseAvatarIdList_codec);
|
|
if (AeonId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(AeonId);
|
|
}
|
|
disableAeonIdList_.WriteTo(output, _repeated_disableAeonIdList_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) {
|
|
trialAvatarIdList_.WriteTo(ref output, _repeated_trialAvatarIdList_codec);
|
|
if (DiceBranchId != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(DiceBranchId);
|
|
}
|
|
if (Id != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(Id);
|
|
}
|
|
difficultyIdList_.WriteTo(ref output, _repeated_difficultyIdList_codec);
|
|
baseAvatarIdList_.WriteTo(ref output, _repeated_baseAvatarIdList_codec);
|
|
if (AeonId != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(AeonId);
|
|
}
|
|
disableAeonIdList_.WriteTo(ref output, _repeated_disableAeonIdList_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 += baseAvatarIdList_.CalculateSize(_repeated_baseAvatarIdList_codec);
|
|
if (DiceBranchId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DiceBranchId);
|
|
}
|
|
if (AeonId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AeonId);
|
|
}
|
|
size += trialAvatarIdList_.CalculateSize(_repeated_trialAvatarIdList_codec);
|
|
size += disableAeonIdList_.CalculateSize(_repeated_disableAeonIdList_codec);
|
|
if (Id != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id);
|
|
}
|
|
size += difficultyIdList_.CalculateSize(_repeated_difficultyIdList_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ChessRogueStartCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
baseAvatarIdList_.Add(other.baseAvatarIdList_);
|
|
if (other.DiceBranchId != 0) {
|
|
DiceBranchId = other.DiceBranchId;
|
|
}
|
|
if (other.AeonId != 0) {
|
|
AeonId = other.AeonId;
|
|
}
|
|
trialAvatarIdList_.Add(other.trialAvatarIdList_);
|
|
disableAeonIdList_.Add(other.disableAeonIdList_);
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
difficultyIdList_.Add(other.difficultyIdList_);
|
|
_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 10:
|
|
case 8: {
|
|
trialAvatarIdList_.AddEntriesFrom(input, _repeated_trialAvatarIdList_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
DiceBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58:
|
|
case 56: {
|
|
difficultyIdList_.AddEntriesFrom(input, _repeated_difficultyIdList_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
baseAvatarIdList_.AddEntriesFrom(input, _repeated_baseAvatarIdList_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
AeonId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
disableAeonIdList_.AddEntriesFrom(input, _repeated_disableAeonIdList_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 10:
|
|
case 8: {
|
|
trialAvatarIdList_.AddEntriesFrom(ref input, _repeated_trialAvatarIdList_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
DiceBranchId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
Id = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58:
|
|
case 56: {
|
|
difficultyIdList_.AddEntriesFrom(ref input, _repeated_difficultyIdList_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
baseAvatarIdList_.AddEntriesFrom(ref input, _repeated_baseAvatarIdList_codec);
|
|
break;
|
|
}
|
|
case 104: {
|
|
AeonId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122:
|
|
case 120: {
|
|
disableAeonIdList_.AddEntriesFrom(ref input, _repeated_disableAeonIdList_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|