mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
751 lines
27 KiB
C#
751 lines
27 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PVEBattleResultCsReq.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 PVEBattleResultCsReq.proto</summary>
|
|
public static partial class PVEBattleResultCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PVEBattleResultCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PVEBattleResultCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpQVkVCYXR0bGVSZXN1bHRDc1JlcS5wcm90bxoVQmF0dGxlRW5kU3RhdHVz",
|
|
"LnByb3RvGg5CYXR0bGVPcC5wcm90bxoWQmF0dGxlU3RhdGlzdGljcy5wcm90",
|
|
"byLpAwoUUFZFQmF0dGxlUmVzdWx0Q3NSZXESOwoLTEFPSUdCSUNCQU8YBCAD",
|
|
"KAsyJi5QVkVCYXR0bGVSZXN1bHRDc1JlcS5MQU9JR0JJQ0JBT0VudHJ5EhEK",
|
|
"CWNvc3RfdGltZRgCIAEoDRIkCgplbmRfc3RhdHVzGAkgASgOMhAuQmF0dGxl",
|
|
"RW5kU3RhdHVzEhMKC0tORkVHR0RHRkdDGA8gASgIEhMKC3Jlc192ZXJzaW9u",
|
|
"GA0gASgNEhAKCHN0YWdlX2lkGAcgASgNEhUKDWlzX2F1dG9fZmlnaHQYCyAB",
|
|
"KAgSEQoJYmF0dGxlX2lkGAEgASgNEh4KA3N0dBgOIAEoCzIRLkJhdHRsZVN0",
|
|
"YXRpc3RpY3MSGAoQZGVidWdfZXh0cmFfaW5mbxgFIAEoCRIWCg5jbGllbnRf",
|
|
"dmVyc2lvbhgKIAEoDRIaCgdvcF9saXN0GAMgAygLMgkuQmF0dGxlT3ASEwoL",
|
|
"RUpFTFBCR05JTkYYBiABKA0SGgoSdHVybl9zbmFwc2hvdF9oYXNoGAwgASgM",
|
|
"EiIKGmlzX2FpX2NvbnNpZGVyX3VsdHJhX3NraWxsGAggASgIGjIKEExBT0lH",
|
|
"QklDQkFPRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgNOgI4AUIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleEndStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleOpReflection.Descriptor, global::EggLink.DanhengServer.Proto.BattleStatisticsReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PVEBattleResultCsReq), global::EggLink.DanhengServer.Proto.PVEBattleResultCsReq.Parser, new[]{ "LAOIGBICBAO", "CostTime", "EndStatus", "KNFEGGDGFGC", "ResVersion", "StageId", "IsAutoFight", "BattleId", "Stt", "DebugExtraInfo", "ClientVersion", "OpList", "EJELPBGNINF", "TurnSnapshotHash", "IsAiConsiderUltraSkill" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PVEBattleResultCsReq : pb::IMessage<PVEBattleResultCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PVEBattleResultCsReq> _parser = new pb::MessageParser<PVEBattleResultCsReq>(() => new PVEBattleResultCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PVEBattleResultCsReq> 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.PVEBattleResultCsReqReflection.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 PVEBattleResultCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PVEBattleResultCsReq(PVEBattleResultCsReq other) : this() {
|
|
lAOIGBICBAO_ = other.lAOIGBICBAO_.Clone();
|
|
costTime_ = other.costTime_;
|
|
endStatus_ = other.endStatus_;
|
|
kNFEGGDGFGC_ = other.kNFEGGDGFGC_;
|
|
resVersion_ = other.resVersion_;
|
|
stageId_ = other.stageId_;
|
|
isAutoFight_ = other.isAutoFight_;
|
|
battleId_ = other.battleId_;
|
|
stt_ = other.stt_ != null ? other.stt_.Clone() : null;
|
|
debugExtraInfo_ = other.debugExtraInfo_;
|
|
clientVersion_ = other.clientVersion_;
|
|
opList_ = other.opList_.Clone();
|
|
eJELPBGNINF_ = other.eJELPBGNINF_;
|
|
turnSnapshotHash_ = other.turnSnapshotHash_;
|
|
isAiConsiderUltraSkill_ = other.isAiConsiderUltraSkill_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PVEBattleResultCsReq Clone() {
|
|
return new PVEBattleResultCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "LAOIGBICBAO" field.</summary>
|
|
public const int LAOIGBICBAOFieldNumber = 4;
|
|
private static readonly pbc::MapField<string, uint>.Codec _map_lAOIGBICBAO_codec
|
|
= new pbc::MapField<string, uint>.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForUInt32(16, 0), 34);
|
|
private readonly pbc::MapField<string, uint> lAOIGBICBAO_ = new pbc::MapField<string, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<string, uint> LAOIGBICBAO {
|
|
get { return lAOIGBICBAO_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "cost_time" field.</summary>
|
|
public const int CostTimeFieldNumber = 2;
|
|
private uint costTime_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CostTime {
|
|
get { return costTime_; }
|
|
set {
|
|
costTime_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "end_status" field.</summary>
|
|
public const int EndStatusFieldNumber = 9;
|
|
private global::EggLink.DanhengServer.Proto.BattleEndStatus endStatus_ = global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BattleEndStatus EndStatus {
|
|
get { return endStatus_; }
|
|
set {
|
|
endStatus_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KNFEGGDGFGC" field.</summary>
|
|
public const int KNFEGGDGFGCFieldNumber = 15;
|
|
private bool kNFEGGDGFGC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool KNFEGGDGFGC {
|
|
get { return kNFEGGDGFGC_; }
|
|
set {
|
|
kNFEGGDGFGC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "res_version" field.</summary>
|
|
public const int ResVersionFieldNumber = 13;
|
|
private uint resVersion_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ResVersion {
|
|
get { return resVersion_; }
|
|
set {
|
|
resVersion_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "stage_id" field.</summary>
|
|
public const int StageIdFieldNumber = 7;
|
|
private uint stageId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint StageId {
|
|
get { return stageId_; }
|
|
set {
|
|
stageId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_auto_fight" field.</summary>
|
|
public const int IsAutoFightFieldNumber = 11;
|
|
private bool isAutoFight_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsAutoFight {
|
|
get { return isAutoFight_; }
|
|
set {
|
|
isAutoFight_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "battle_id" field.</summary>
|
|
public const int BattleIdFieldNumber = 1;
|
|
private uint battleId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BattleId {
|
|
get { return battleId_; }
|
|
set {
|
|
battleId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "stt" field.</summary>
|
|
public const int SttFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.BattleStatistics stt_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BattleStatistics Stt {
|
|
get { return stt_; }
|
|
set {
|
|
stt_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "debug_extra_info" field.</summary>
|
|
public const int DebugExtraInfoFieldNumber = 5;
|
|
private string debugExtraInfo_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string DebugExtraInfo {
|
|
get { return debugExtraInfo_; }
|
|
set {
|
|
debugExtraInfo_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "client_version" field.</summary>
|
|
public const int ClientVersionFieldNumber = 10;
|
|
private uint clientVersion_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ClientVersion {
|
|
get { return clientVersion_; }
|
|
set {
|
|
clientVersion_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "op_list" field.</summary>
|
|
public const int OpListFieldNumber = 3;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BattleOp> _repeated_opList_codec
|
|
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.BattleOp.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleOp> opList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleOp>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleOp> OpList {
|
|
get { return opList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "EJELPBGNINF" field.</summary>
|
|
public const int EJELPBGNINFFieldNumber = 6;
|
|
private uint eJELPBGNINF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EJELPBGNINF {
|
|
get { return eJELPBGNINF_; }
|
|
set {
|
|
eJELPBGNINF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "turn_snapshot_hash" field.</summary>
|
|
public const int TurnSnapshotHashFieldNumber = 12;
|
|
private pb::ByteString turnSnapshotHash_ = pb::ByteString.Empty;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pb::ByteString TurnSnapshotHash {
|
|
get { return turnSnapshotHash_; }
|
|
set {
|
|
turnSnapshotHash_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "is_ai_consider_ultra_skill" field.</summary>
|
|
public const int IsAiConsiderUltraSkillFieldNumber = 8;
|
|
private bool isAiConsiderUltraSkill_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool IsAiConsiderUltraSkill {
|
|
get { return isAiConsiderUltraSkill_; }
|
|
set {
|
|
isAiConsiderUltraSkill_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PVEBattleResultCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PVEBattleResultCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!LAOIGBICBAO.Equals(other.LAOIGBICBAO)) return false;
|
|
if (CostTime != other.CostTime) return false;
|
|
if (EndStatus != other.EndStatus) return false;
|
|
if (KNFEGGDGFGC != other.KNFEGGDGFGC) return false;
|
|
if (ResVersion != other.ResVersion) return false;
|
|
if (StageId != other.StageId) return false;
|
|
if (IsAutoFight != other.IsAutoFight) return false;
|
|
if (BattleId != other.BattleId) return false;
|
|
if (!object.Equals(Stt, other.Stt)) return false;
|
|
if (DebugExtraInfo != other.DebugExtraInfo) return false;
|
|
if (ClientVersion != other.ClientVersion) return false;
|
|
if(!opList_.Equals(other.opList_)) return false;
|
|
if (EJELPBGNINF != other.EJELPBGNINF) return false;
|
|
if (TurnSnapshotHash != other.TurnSnapshotHash) return false;
|
|
if (IsAiConsiderUltraSkill != other.IsAiConsiderUltraSkill) 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 ^= LAOIGBICBAO.GetHashCode();
|
|
if (CostTime != 0) hash ^= CostTime.GetHashCode();
|
|
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) hash ^= EndStatus.GetHashCode();
|
|
if (KNFEGGDGFGC != false) hash ^= KNFEGGDGFGC.GetHashCode();
|
|
if (ResVersion != 0) hash ^= ResVersion.GetHashCode();
|
|
if (StageId != 0) hash ^= StageId.GetHashCode();
|
|
if (IsAutoFight != false) hash ^= IsAutoFight.GetHashCode();
|
|
if (BattleId != 0) hash ^= BattleId.GetHashCode();
|
|
if (stt_ != null) hash ^= Stt.GetHashCode();
|
|
if (DebugExtraInfo.Length != 0) hash ^= DebugExtraInfo.GetHashCode();
|
|
if (ClientVersion != 0) hash ^= ClientVersion.GetHashCode();
|
|
hash ^= opList_.GetHashCode();
|
|
if (EJELPBGNINF != 0) hash ^= EJELPBGNINF.GetHashCode();
|
|
if (TurnSnapshotHash.Length != 0) hash ^= TurnSnapshotHash.GetHashCode();
|
|
if (IsAiConsiderUltraSkill != false) hash ^= IsAiConsiderUltraSkill.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 (BattleId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(BattleId);
|
|
}
|
|
if (CostTime != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(CostTime);
|
|
}
|
|
opList_.WriteTo(output, _repeated_opList_codec);
|
|
lAOIGBICBAO_.WriteTo(output, _map_lAOIGBICBAO_codec);
|
|
if (DebugExtraInfo.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(DebugExtraInfo);
|
|
}
|
|
if (EJELPBGNINF != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(EJELPBGNINF);
|
|
}
|
|
if (StageId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(StageId);
|
|
}
|
|
if (IsAiConsiderUltraSkill != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(IsAiConsiderUltraSkill);
|
|
}
|
|
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) EndStatus);
|
|
}
|
|
if (ClientVersion != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(ClientVersion);
|
|
}
|
|
if (IsAutoFight != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(IsAutoFight);
|
|
}
|
|
if (TurnSnapshotHash.Length != 0) {
|
|
output.WriteRawTag(98);
|
|
output.WriteBytes(TurnSnapshotHash);
|
|
}
|
|
if (ResVersion != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ResVersion);
|
|
}
|
|
if (stt_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(Stt);
|
|
}
|
|
if (KNFEGGDGFGC != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(KNFEGGDGFGC);
|
|
}
|
|
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 (BattleId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(BattleId);
|
|
}
|
|
if (CostTime != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(CostTime);
|
|
}
|
|
opList_.WriteTo(ref output, _repeated_opList_codec);
|
|
lAOIGBICBAO_.WriteTo(ref output, _map_lAOIGBICBAO_codec);
|
|
if (DebugExtraInfo.Length != 0) {
|
|
output.WriteRawTag(42);
|
|
output.WriteString(DebugExtraInfo);
|
|
}
|
|
if (EJELPBGNINF != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(EJELPBGNINF);
|
|
}
|
|
if (StageId != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(StageId);
|
|
}
|
|
if (IsAiConsiderUltraSkill != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(IsAiConsiderUltraSkill);
|
|
}
|
|
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
|
|
output.WriteRawTag(72);
|
|
output.WriteEnum((int) EndStatus);
|
|
}
|
|
if (ClientVersion != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(ClientVersion);
|
|
}
|
|
if (IsAutoFight != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(IsAutoFight);
|
|
}
|
|
if (TurnSnapshotHash.Length != 0) {
|
|
output.WriteRawTag(98);
|
|
output.WriteBytes(TurnSnapshotHash);
|
|
}
|
|
if (ResVersion != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(ResVersion);
|
|
}
|
|
if (stt_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(Stt);
|
|
}
|
|
if (KNFEGGDGFGC != false) {
|
|
output.WriteRawTag(120);
|
|
output.WriteBool(KNFEGGDGFGC);
|
|
}
|
|
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 += lAOIGBICBAO_.CalculateSize(_map_lAOIGBICBAO_codec);
|
|
if (CostTime != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CostTime);
|
|
}
|
|
if (EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EndStatus);
|
|
}
|
|
if (KNFEGGDGFGC != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (ResVersion != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ResVersion);
|
|
}
|
|
if (StageId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(StageId);
|
|
}
|
|
if (IsAutoFight != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (BattleId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BattleId);
|
|
}
|
|
if (stt_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stt);
|
|
}
|
|
if (DebugExtraInfo.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(DebugExtraInfo);
|
|
}
|
|
if (ClientVersion != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ClientVersion);
|
|
}
|
|
size += opList_.CalculateSize(_repeated_opList_codec);
|
|
if (EJELPBGNINF != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJELPBGNINF);
|
|
}
|
|
if (TurnSnapshotHash.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(TurnSnapshotHash);
|
|
}
|
|
if (IsAiConsiderUltraSkill != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PVEBattleResultCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
lAOIGBICBAO_.MergeFrom(other.lAOIGBICBAO_);
|
|
if (other.CostTime != 0) {
|
|
CostTime = other.CostTime;
|
|
}
|
|
if (other.EndStatus != global::EggLink.DanhengServer.Proto.BattleEndStatus.BattleEndNone) {
|
|
EndStatus = other.EndStatus;
|
|
}
|
|
if (other.KNFEGGDGFGC != false) {
|
|
KNFEGGDGFGC = other.KNFEGGDGFGC;
|
|
}
|
|
if (other.ResVersion != 0) {
|
|
ResVersion = other.ResVersion;
|
|
}
|
|
if (other.StageId != 0) {
|
|
StageId = other.StageId;
|
|
}
|
|
if (other.IsAutoFight != false) {
|
|
IsAutoFight = other.IsAutoFight;
|
|
}
|
|
if (other.BattleId != 0) {
|
|
BattleId = other.BattleId;
|
|
}
|
|
if (other.stt_ != null) {
|
|
if (stt_ == null) {
|
|
Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics();
|
|
}
|
|
Stt.MergeFrom(other.Stt);
|
|
}
|
|
if (other.DebugExtraInfo.Length != 0) {
|
|
DebugExtraInfo = other.DebugExtraInfo;
|
|
}
|
|
if (other.ClientVersion != 0) {
|
|
ClientVersion = other.ClientVersion;
|
|
}
|
|
opList_.Add(other.opList_);
|
|
if (other.EJELPBGNINF != 0) {
|
|
EJELPBGNINF = other.EJELPBGNINF;
|
|
}
|
|
if (other.TurnSnapshotHash.Length != 0) {
|
|
TurnSnapshotHash = other.TurnSnapshotHash;
|
|
}
|
|
if (other.IsAiConsiderUltraSkill != false) {
|
|
IsAiConsiderUltraSkill = other.IsAiConsiderUltraSkill;
|
|
}
|
|
_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: {
|
|
BattleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
CostTime = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 26: {
|
|
opList_.AddEntriesFrom(input, _repeated_opList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
lAOIGBICBAO_.AddEntriesFrom(input, _map_lAOIGBICBAO_codec);
|
|
break;
|
|
}
|
|
case 42: {
|
|
DebugExtraInfo = input.ReadString();
|
|
break;
|
|
}
|
|
case 48: {
|
|
EJELPBGNINF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
StageId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IsAiConsiderUltraSkill = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 80: {
|
|
ClientVersion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
IsAutoFight = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98: {
|
|
TurnSnapshotHash = input.ReadBytes();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ResVersion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (stt_ == null) {
|
|
Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics();
|
|
}
|
|
input.ReadMessage(Stt);
|
|
break;
|
|
}
|
|
case 120: {
|
|
KNFEGGDGFGC = 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 8: {
|
|
BattleId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
CostTime = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 26: {
|
|
opList_.AddEntriesFrom(ref input, _repeated_opList_codec);
|
|
break;
|
|
}
|
|
case 34: {
|
|
lAOIGBICBAO_.AddEntriesFrom(ref input, _map_lAOIGBICBAO_codec);
|
|
break;
|
|
}
|
|
case 42: {
|
|
DebugExtraInfo = input.ReadString();
|
|
break;
|
|
}
|
|
case 48: {
|
|
EJELPBGNINF = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
StageId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
IsAiConsiderUltraSkill = input.ReadBool();
|
|
break;
|
|
}
|
|
case 72: {
|
|
EndStatus = (global::EggLink.DanhengServer.Proto.BattleEndStatus) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 80: {
|
|
ClientVersion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
IsAutoFight = input.ReadBool();
|
|
break;
|
|
}
|
|
case 98: {
|
|
TurnSnapshotHash = input.ReadBytes();
|
|
break;
|
|
}
|
|
case 104: {
|
|
ResVersion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (stt_ == null) {
|
|
Stt = new global::EggLink.DanhengServer.Proto.BattleStatistics();
|
|
}
|
|
input.ReadMessage(Stt);
|
|
break;
|
|
}
|
|
case 120: {
|
|
KNFEGGDGFGC = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|