Files
DanhengServer-OpenSource/Proto/PlanetFesStartMiniGameScRsp.cs
2025-06-06 17:50:07 +08:00

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",
"TkFILnByb3RvGhVQbGFuZXRGZXNSZXdhcmQucHJvdG8aEUhMREhFTUxQSk5H",
"LnByb3RvIq4BChtQbGFuZXRGZXNTdGFydE1pbmlHYW1lU2NSc3ASIAoGcmV3",
"YXJkGAUgASgLMhAuUGxhbmV0RmVzUmV3YXJkEg8KB3JldGNvZGUYByABKA0S",
"KAoScm9ndWVfY3VycmVudF9pbmZvGAwgASgLMgwuSExESEVNTFBKTkcSIwoL",
"SkZNQUhNT0ZKUEkYDiABKAsyDC5GTU5ITEtOSk5BSEgAQg0KC0xJRUJKSkJH",
"SEZBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FMNHLKNJNAHReflection.Descriptor, global::EggLink.DanhengServer.Proto.PlanetFesRewardReflection.Descriptor, global::EggLink.DanhengServer.Proto.HLDHEMLPJNGReflection.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[]{ "Reward", "Retcode", "RogueCurrentInfo", "JFMAHMOFJPI" }, 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() {
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
retcode_ = other.retcode_;
rogueCurrentInfo_ = other.rogueCurrentInfo_ != null ? other.rogueCurrentInfo_.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 "reward" field.</summary>
public const int RewardFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.PlanetFesReward reward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PlanetFesReward Reward {
get { return reward_; }
set {
reward_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 7;
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 = 12;
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 "JFMAHMOFJPI" field.</summary>
public const int JFMAHMOFJPIFieldNumber = 14;
[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;
}
}
private object lIEBJJBGHFA_;
/// <summary>Enum of possible cases for the "LIEBJJBGHFA" oneof.</summary>
public enum LIEBJJBGHFAOneofCase {
None = 0,
JFMAHMOFJPI = 14,
}
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(Reward, other.Reward)) return false;
if (Retcode != other.Retcode) return false;
if (!object.Equals(RogueCurrentInfo, other.RogueCurrentInfo)) return false;
if (!object.Equals(JFMAHMOFJPI, other.JFMAHMOFJPI)) 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 (reward_ != null) hash ^= Reward.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (rogueCurrentInfo_ != null) hash ^= RogueCurrentInfo.GetHashCode();
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) hash ^= JFMAHMOFJPI.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(42);
output.WriteMessage(Reward);
}
if (Retcode != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Retcode);
}
if (rogueCurrentInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(RogueCurrentInfo);
}
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
output.WriteRawTag(114);
output.WriteMessage(JFMAHMOFJPI);
}
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(42);
output.WriteMessage(Reward);
}
if (Retcode != 0) {
output.WriteRawTag(56);
output.WriteUInt32(Retcode);
}
if (rogueCurrentInfo_ != null) {
output.WriteRawTag(98);
output.WriteMessage(RogueCurrentInfo);
}
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
output.WriteRawTag(114);
output.WriteMessage(JFMAHMOFJPI);
}
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 (reward_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (rogueCurrentInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RogueCurrentInfo);
}
if (lIEBJJBGHFACase_ == LIEBJJBGHFAOneofCase.JFMAHMOFJPI) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JFMAHMOFJPI);
}
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.reward_ != null) {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward();
}
Reward.MergeFrom(other.Reward);
}
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);
}
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 42: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward();
}
input.ReadMessage(Reward);
break;
}
case 56: {
Retcode = input.ReadUInt32();
break;
}
case 98: {
if (rogueCurrentInfo_ == null) {
RogueCurrentInfo = new global::EggLink.DanhengServer.Proto.HLDHEMLPJNG();
}
input.ReadMessage(RogueCurrentInfo);
break;
}
case 114: {
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;
}
}
}
#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 42: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.PlanetFesReward();
}
input.ReadMessage(Reward);
break;
}
case 56: {
Retcode = input.ReadUInt32();
break;
}
case 98: {
if (rogueCurrentInfo_ == null) {
RogueCurrentInfo = new global::EggLink.DanhengServer.Proto.HLDHEMLPJNG();
}
input.ReadMessage(RogueCurrentInfo);
break;
}
case 114: {
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;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code