Files
DanhengServer-OpenSource/Common/Proto/HeliobusStartRaidCsReq.cs

413 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HeliobusStartRaidCsReq.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 HeliobusStartRaidCsReq.proto</summary>
public static partial class HeliobusStartRaidCsReqReflection {
#region Descriptor
/// <summary>File descriptor for HeliobusStartRaidCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HeliobusStartRaidCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxIZWxpb2J1c1N0YXJ0UmFpZENzUmVxLnByb3RvIpIBChZIZWxpb2J1c1N0",
"YXJ0UmFpZENzUmVxEhAKCHNraWxsX2lkGAcgASgNEhYKDnByb3BfZW50aXR5",
"X2lkGAkgASgNEhMKC0hETkhCR0pGSE5GGA0gASgNEhMKC05BSEtLRkVIT0NG",
"GA4gASgIEhMKC2F2YXRhcl9saXN0GAIgAygNEg8KB3JhaWRfaWQYCCABKA1C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeliobusStartRaidCsReq), global::EggLink.DanhengServer.Proto.HeliobusStartRaidCsReq.Parser, new[]{ "SkillId", "PropEntityId", "HDNHBGJFHNF", "NAHKKFEHOCF", "AvatarList", "RaidId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HeliobusStartRaidCsReq : pb::IMessage<HeliobusStartRaidCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HeliobusStartRaidCsReq> _parser = new pb::MessageParser<HeliobusStartRaidCsReq>(() => new HeliobusStartRaidCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HeliobusStartRaidCsReq> 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.HeliobusStartRaidCsReqReflection.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 HeliobusStartRaidCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HeliobusStartRaidCsReq(HeliobusStartRaidCsReq other) : this() {
skillId_ = other.skillId_;
propEntityId_ = other.propEntityId_;
hDNHBGJFHNF_ = other.hDNHBGJFHNF_;
nAHKKFEHOCF_ = other.nAHKKFEHOCF_;
avatarList_ = other.avatarList_.Clone();
raidId_ = other.raidId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HeliobusStartRaidCsReq Clone() {
return new HeliobusStartRaidCsReq(this);
}
/// <summary>Field number for the "skill_id" field.</summary>
public const int SkillIdFieldNumber = 7;
private uint skillId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SkillId {
get { return skillId_; }
set {
skillId_ = value;
}
}
/// <summary>Field number for the "prop_entity_id" field.</summary>
public const int PropEntityIdFieldNumber = 9;
private uint propEntityId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PropEntityId {
get { return propEntityId_; }
set {
propEntityId_ = value;
}
}
/// <summary>Field number for the "HDNHBGJFHNF" field.</summary>
public const int HDNHBGJFHNFFieldNumber = 13;
private uint hDNHBGJFHNF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HDNHBGJFHNF {
get { return hDNHBGJFHNF_; }
set {
hDNHBGJFHNF_ = value;
}
}
/// <summary>Field number for the "NAHKKFEHOCF" field.</summary>
public const int NAHKKFEHOCFFieldNumber = 14;
private bool nAHKKFEHOCF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NAHKKFEHOCF {
get { return nAHKKFEHOCF_; }
set {
nAHKKFEHOCF_ = value;
}
}
/// <summary>Field number for the "avatar_list" field.</summary>
public const int AvatarListFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_avatarList_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> avatarList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> AvatarList {
get { return avatarList_; }
}
/// <summary>Field number for the "raid_id" field.</summary>
public const int RaidIdFieldNumber = 8;
private uint raidId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint RaidId {
get { return raidId_; }
set {
raidId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as HeliobusStartRaidCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HeliobusStartRaidCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (SkillId != other.SkillId) return false;
if (PropEntityId != other.PropEntityId) return false;
if (HDNHBGJFHNF != other.HDNHBGJFHNF) return false;
if (NAHKKFEHOCF != other.NAHKKFEHOCF) return false;
if(!avatarList_.Equals(other.avatarList_)) return false;
if (RaidId != other.RaidId) 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 (SkillId != 0) hash ^= SkillId.GetHashCode();
if (PropEntityId != 0) hash ^= PropEntityId.GetHashCode();
if (HDNHBGJFHNF != 0) hash ^= HDNHBGJFHNF.GetHashCode();
if (NAHKKFEHOCF != false) hash ^= NAHKKFEHOCF.GetHashCode();
hash ^= avatarList_.GetHashCode();
if (RaidId != 0) hash ^= RaidId.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 (SkillId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(SkillId);
}
if (RaidId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(RaidId);
}
if (PropEntityId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(PropEntityId);
}
if (HDNHBGJFHNF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HDNHBGJFHNF);
}
if (NAHKKFEHOCF != false) {
output.WriteRawTag(112);
output.WriteBool(NAHKKFEHOCF);
}
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 (SkillId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(SkillId);
}
if (RaidId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(RaidId);
}
if (PropEntityId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(PropEntityId);
}
if (HDNHBGJFHNF != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HDNHBGJFHNF);
}
if (NAHKKFEHOCF != false) {
output.WriteRawTag(112);
output.WriteBool(NAHKKFEHOCF);
}
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 (SkillId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SkillId);
}
if (PropEntityId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PropEntityId);
}
if (HDNHBGJFHNF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HDNHBGJFHNF);
}
if (NAHKKFEHOCF != false) {
size += 1 + 1;
}
size += avatarList_.CalculateSize(_repeated_avatarList_codec);
if (RaidId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(RaidId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(HeliobusStartRaidCsReq other) {
if (other == null) {
return;
}
if (other.SkillId != 0) {
SkillId = other.SkillId;
}
if (other.PropEntityId != 0) {
PropEntityId = other.PropEntityId;
}
if (other.HDNHBGJFHNF != 0) {
HDNHBGJFHNF = other.HDNHBGJFHNF;
}
if (other.NAHKKFEHOCF != false) {
NAHKKFEHOCF = other.NAHKKFEHOCF;
}
avatarList_.Add(other.avatarList_);
if (other.RaidId != 0) {
RaidId = other.RaidId;
}
_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 18:
case 16: {
avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec);
break;
}
case 56: {
SkillId = input.ReadUInt32();
break;
}
case 64: {
RaidId = input.ReadUInt32();
break;
}
case 72: {
PropEntityId = input.ReadUInt32();
break;
}
case 104: {
HDNHBGJFHNF = input.ReadUInt32();
break;
}
case 112: {
NAHKKFEHOCF = 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 18:
case 16: {
avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec);
break;
}
case 56: {
SkillId = input.ReadUInt32();
break;
}
case 64: {
RaidId = input.ReadUInt32();
break;
}
case 72: {
PropEntityId = input.ReadUInt32();
break;
}
case 104: {
HDNHBGJFHNF = input.ReadUInt32();
break;
}
case 112: {
NAHKKFEHOCF = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code