mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
411 lines
16 KiB
C#
411 lines
16 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PlanetFesStartMiniGameScRsp.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 PlanetFesStartMiniGameScRsp.proto</summary>
|
|
public static partial class PlanetFesStartMiniGameScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PlanetFesStartMiniGameScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PlanetFesStartMiniGameScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiFQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3AucHJvdG8aEUZNTkhMS05K",
|
|
"TkFILnByb3RvGhFITERIRU1MUEpORy5wcm90bxoRRElBSE5NTkNQQkQucHJv",
|
|
"dG8iqgEKG1BsYW5ldEZlc1N0YXJ0TWluaUdhbWVTY1JzcBIjCgtKRk1BSE1P",
|
|
"RkpQSRgGIAEoCzIMLkZNTkhMS05KTkFISAASDwoHcmV0Y29kZRgKIAEoDRIo",
|
|
"ChJyb2d1ZV9jdXJyZW50X2luZm8YDSABKAsyDC5ITERIRU1MUEpORxIcCgZy",
|
|
"ZXdhcmQYBCABKAsyDC5ESUFITk1OQ1BCREINCgtMSUVCSkpCR0hGQUIeqgIb",
|
|
"RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FMNHLKNJNAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLDHEMLPJNGReflection.Descriptor, global::EggLink.DanhengServer.Proto.DIAHNMNCPBDReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp), global::EggLink.DanhengServer.Proto.PlanetFesStartMiniGameScRsp.Parser, new[]{ "JFMAHMOFJPI", "Retcode", "RogueCurrentInfo", "Reward" }, new[]{ "LIEBJJBGHFA" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PlanetFesStartMiniGameScRsp : pb::IMessage<PlanetFesStartMiniGameScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PlanetFesStartMiniGameScRsp> _parser = new pb::MessageParser<PlanetFesStartMiniGameScRsp>(() => new PlanetFesStartMiniGameScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PlanetFesStartMiniGameScRsp> 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.PlanetFesStartMiniGameScRspReflection.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 PlanetFesStartMiniGameScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlanetFesStartMiniGameScRsp(PlanetFesStartMiniGameScRsp other) : this() {
|
|
retcode_ = other.retcode_;
|
|
rogueCurrentInfo_ = other.rogueCurrentInfo_ != null ? other.rogueCurrentInfo_.Clone() : null;
|
|
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
|
|
switch (other.LIEBJJBGHFACase) {
|
|
case LIEBJJBGHFAOneofCase.JFMAHMOFJPI:
|
|
JFMAHMOFJPI = other.JFMAHMOFJPI.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PlanetFesStartMiniGameScRsp Clone() {
|
|
return new PlanetFesStartMiniGameScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JFMAHMOFJPI" field.</summary>
|
|
public const int JFMAHMOFJPIFieldNumber = 6;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.FMNHLKNJNAH JFMAHMOFJPI {
|
|
get { return lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI ? (global::EggLink.DanhengServer.Proto.FMNHLKNJNAH) lIEBJJBGHFA_ : null; }
|
|
set {
|
|
lIEBJJBGHFA_ = value;
|
|
lIEBJJBGHFACase_ = value == null ? LIEBJJBGHFAOneofCase.None : LIEBJJBGHFAOneofCase.JFMAHMOFJPI;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 10;
|
|
private uint retcode_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Retcode {
|
|
get { return retcode_; }
|
|
set {
|
|
retcode_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "rogue_current_info" field.</summary>
|
|
public const int RogueCurrentInfoFieldNumber = 13;
|
|
private global::EggLink.DanhengServer.Proto.HLDHEMLPJNG rogueCurrentInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.HLDHEMLPJNG RogueCurrentInfo {
|
|
get { return rogueCurrentInfo_; }
|
|
set {
|
|
rogueCurrentInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "reward" field.</summary>
|
|
public const int RewardFieldNumber = 4;
|
|
private global::EggLink.DanhengServer.Proto.DIAHNMNCPBD reward_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.DIAHNMNCPBD Reward {
|
|
get { return reward_; }
|
|
set {
|
|
reward_ = value;
|
|
}
|
|
}
|
|
|
|
private object lIEBJJBGHFA_;
|
|
/// <summary>Enum of possible cases for the "LIEBJJBGHFA" oneof.</summary>
|
|
public enum LIEBJJBGHFAOneofCase {
|
|
None = 0,
|
|
JFMAHMOFJPI = 6,
|
|
}
|
|
private LIEBJJBGHFAOneofCase lIEBJJBGHFACase_ = LIEBJJBGHFAOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public LIEBJJBGHFAOneofCase LIEBJJBGHFACase {
|
|
get { return lIEBJJBGHFACase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearLIEBJJBGHFA() {
|
|
lIEBJJBGHFACase_ = LIEBJJBGHFAOneofCase.None;
|
|
lIEBJJBGHFA_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PlanetFesStartMiniGameScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PlanetFesStartMiniGameScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(JFMAHMOFJPI, other.JFMAHMOFJPI)) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (!object.Equals(RogueCurrentInfo, other.RogueCurrentInfo)) return false;
|
|
if (!object.Equals(Reward, other.Reward)) return false;
|
|
if (LIEBJJBGHFACase != other.LIEBJJBGHFACase) 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 (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) hash ^= JFMAHMOFJPI.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (rogueCurrentInfo_ != null) hash ^= RogueCurrentInfo.GetHashCode();
|
|
if (reward_ != null) hash ^= Reward.GetHashCode();
|
|
hash ^= (int) lIEBJJBGHFACase_;
|
|
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 (reward_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(Reward);
|
|
}
|
|
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(JFMAHMOFJPI);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (rogueCurrentInfo_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(RogueCurrentInfo);
|
|
}
|
|
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 (reward_ != null) {
|
|
output.WriteRawTag(34);
|
|
output.WriteMessage(Reward);
|
|
}
|
|
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(JFMAHMOFJPI);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (rogueCurrentInfo_ != null) {
|
|
output.WriteRawTag(106);
|
|
output.WriteMessage(RogueCurrentInfo);
|
|
}
|
|
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 (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFMAHMOFJPI);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (rogueCurrentInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueCurrentInfo);
|
|
}
|
|
if (reward_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PlanetFesStartMiniGameScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.rogueCurrentInfo_ != null) {
|
|
if (rogueCurrentInfo_ == null) {
|
|
RogueCurrentInfo = new global::EggLink.DanhengServer.Proto.HLDHEMLPJNG();
|
|
}
|
|
RogueCurrentInfo.MergeFrom(other.RogueCurrentInfo);
|
|
}
|
|
if (other.reward_ != null) {
|
|
if (reward_ == null) {
|
|
Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD();
|
|
}
|
|
Reward.MergeFrom(other.Reward);
|
|
}
|
|
switch (other.LIEBJJBGHFACase) {
|
|
case LIEBJJBGHFAOneofCase.JFMAHMOFJPI:
|
|
if (JFMAHMOFJPI == null) {
|
|
JFMAHMOFJPI = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH();
|
|
}
|
|
JFMAHMOFJPI.MergeFrom(other.JFMAHMOFJPI);
|
|
break;
|
|
}
|
|
|
|
_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 34: {
|
|
if (reward_ == null) {
|
|
Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD();
|
|
}
|
|
input.ReadMessage(Reward);
|
|
break;
|
|
}
|
|
case 50: {
|
|
global::EggLink.DanhengServer.Proto.FMNHLKNJNAH subBuilder = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH();
|
|
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
|
|
subBuilder.MergeFrom(JFMAHMOFJPI);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
JFMAHMOFJPI = subBuilder;
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (rogueCurrentInfo_ == null) {
|
|
RogueCurrentInfo = new global::EggLink.DanhengServer.Proto.HLDHEMLPJNG();
|
|
}
|
|
input.ReadMessage(RogueCurrentInfo);
|
|
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 34: {
|
|
if (reward_ == null) {
|
|
Reward = new global::EggLink.DanhengServer.Proto.DIAHNMNCPBD();
|
|
}
|
|
input.ReadMessage(Reward);
|
|
break;
|
|
}
|
|
case 50: {
|
|
global::EggLink.DanhengServer.Proto.FMNHLKNJNAH subBuilder = new global::EggLink.DanhengServer.Proto.FMNHLKNJNAH();
|
|
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
|
|
subBuilder.MergeFrom(JFMAHMOFJPI);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
JFMAHMOFJPI = subBuilder;
|
|
break;
|
|
}
|
|
case 80: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106: {
|
|
if (rogueCurrentInfo_ == null) {
|
|
RogueCurrentInfo = new global::EggLink.DanhengServer.Proto.HLDHEMLPJNG();
|
|
}
|
|
input.ReadMessage(RogueCurrentInfo);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|