Files
DanhengServer-OpenSource/Proto/RogueGambleInfo.cs
2025-01-15 18:20:32 +08:00

459 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueGambleInfo.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 RogueGambleInfo.proto</summary>
public static partial class RogueGambleInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueGambleInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueGambleInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVSb2d1ZUdhbWJsZUluZm8ucHJvdG8aEkl0ZW1Db3N0RGF0YS5wcm90bxoR",
"UEtGSURQR0ZFSksucHJvdG8iwwEKD1JvZ3VlR2FtYmxlSW5mbxITCgtIRUdN",
"R09PTkVBQhgIIAEoDRIRCgljdXJfdGltZXMYCyABKA0SEwoLQ1BHQUZOSkJH",
"RkkYDiABKA0SJQoPbWF6ZV9ncm91cF9saXN0GAEgAygLMgwuUEtGSURQR0ZF",
"SksSEwoLQUtES0tETkJLS0IYByABKAgSEwoLR05DSktIQ0FKRkYYCSABKA0S",
"IgoLQklITEVJRUNOQkUYDCABKAsyDS5JdGVtQ29zdERhdGFCHqoCG0VnZ0xp",
"bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, global::EggLink.DanhengServer.Proto.PKFIDPGFEJKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGambleInfo), global::EggLink.DanhengServer.Proto.RogueGambleInfo.Parser, new[]{ "HEGMGOONEAB", "CurTimes", "CPGAFNJBGFI", "MazeGroupList", "AKDKKDNBKKB", "GNCJKHCAJFF", "BIHLEIECNBE" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueGambleInfo : pb::IMessage<RogueGambleInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueGambleInfo> _parser = new pb::MessageParser<RogueGambleInfo>(() => new RogueGambleInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueGambleInfo> 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.RogueGambleInfoReflection.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 RogueGambleInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueGambleInfo(RogueGambleInfo other) : this() {
hEGMGOONEAB_ = other.hEGMGOONEAB_;
curTimes_ = other.curTimes_;
cPGAFNJBGFI_ = other.cPGAFNJBGFI_;
mazeGroupList_ = other.mazeGroupList_.Clone();
aKDKKDNBKKB_ = other.aKDKKDNBKKB_;
gNCJKHCAJFF_ = other.gNCJKHCAJFF_;
bIHLEIECNBE_ = other.bIHLEIECNBE_ != null ? other.bIHLEIECNBE_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueGambleInfo Clone() {
return new RogueGambleInfo(this);
}
/// <summary>Field number for the "HEGMGOONEAB" field.</summary>
public const int HEGMGOONEABFieldNumber = 8;
private uint hEGMGOONEAB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HEGMGOONEAB {
get { return hEGMGOONEAB_; }
set {
hEGMGOONEAB_ = value;
}
}
/// <summary>Field number for the "cur_times" field.</summary>
public const int CurTimesFieldNumber = 11;
private uint curTimes_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CurTimes {
get { return curTimes_; }
set {
curTimes_ = value;
}
}
/// <summary>Field number for the "CPGAFNJBGFI" field.</summary>
public const int CPGAFNJBGFIFieldNumber = 14;
private uint cPGAFNJBGFI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CPGAFNJBGFI {
get { return cPGAFNJBGFI_; }
set {
cPGAFNJBGFI_ = value;
}
}
/// <summary>Field number for the "maze_group_list" field.</summary>
public const int MazeGroupListFieldNumber = 1;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.PKFIDPGFEJK> _repeated_mazeGroupList_codec
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.PKFIDPGFEJK.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PKFIDPGFEJK> mazeGroupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PKFIDPGFEJK>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PKFIDPGFEJK> MazeGroupList {
get { return mazeGroupList_; }
}
/// <summary>Field number for the "AKDKKDNBKKB" field.</summary>
public const int AKDKKDNBKKBFieldNumber = 7;
private bool aKDKKDNBKKB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool AKDKKDNBKKB {
get { return aKDKKDNBKKB_; }
set {
aKDKKDNBKKB_ = value;
}
}
/// <summary>Field number for the "GNCJKHCAJFF" field.</summary>
public const int GNCJKHCAJFFFieldNumber = 9;
private uint gNCJKHCAJFF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GNCJKHCAJFF {
get { return gNCJKHCAJFF_; }
set {
gNCJKHCAJFF_ = value;
}
}
/// <summary>Field number for the "BIHLEIECNBE" field.</summary>
public const int BIHLEIECNBEFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.ItemCostData bIHLEIECNBE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemCostData BIHLEIECNBE {
get { return bIHLEIECNBE_; }
set {
bIHLEIECNBE_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueGambleInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueGambleInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HEGMGOONEAB != other.HEGMGOONEAB) return false;
if (CurTimes != other.CurTimes) return false;
if (CPGAFNJBGFI != other.CPGAFNJBGFI) return false;
if(!mazeGroupList_.Equals(other.mazeGroupList_)) return false;
if (AKDKKDNBKKB != other.AKDKKDNBKKB) return false;
if (GNCJKHCAJFF != other.GNCJKHCAJFF) return false;
if (!object.Equals(BIHLEIECNBE, other.BIHLEIECNBE)) 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 (HEGMGOONEAB != 0) hash ^= HEGMGOONEAB.GetHashCode();
if (CurTimes != 0) hash ^= CurTimes.GetHashCode();
if (CPGAFNJBGFI != 0) hash ^= CPGAFNJBGFI.GetHashCode();
hash ^= mazeGroupList_.GetHashCode();
if (AKDKKDNBKKB != false) hash ^= AKDKKDNBKKB.GetHashCode();
if (GNCJKHCAJFF != 0) hash ^= GNCJKHCAJFF.GetHashCode();
if (bIHLEIECNBE_ != null) hash ^= BIHLEIECNBE.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
mazeGroupList_.WriteTo(output, _repeated_mazeGroupList_codec);
if (AKDKKDNBKKB != false) {
output.WriteRawTag(56);
output.WriteBool(AKDKKDNBKKB);
}
if (HEGMGOONEAB != 0) {
output.WriteRawTag(64);
output.WriteUInt32(HEGMGOONEAB);
}
if (GNCJKHCAJFF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GNCJKHCAJFF);
}
if (CurTimes != 0) {
output.WriteRawTag(88);
output.WriteUInt32(CurTimes);
}
if (bIHLEIECNBE_ != null) {
output.WriteRawTag(98);
output.WriteMessage(BIHLEIECNBE);
}
if (CPGAFNJBGFI != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CPGAFNJBGFI);
}
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) {
mazeGroupList_.WriteTo(ref output, _repeated_mazeGroupList_codec);
if (AKDKKDNBKKB != false) {
output.WriteRawTag(56);
output.WriteBool(AKDKKDNBKKB);
}
if (HEGMGOONEAB != 0) {
output.WriteRawTag(64);
output.WriteUInt32(HEGMGOONEAB);
}
if (GNCJKHCAJFF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(GNCJKHCAJFF);
}
if (CurTimes != 0) {
output.WriteRawTag(88);
output.WriteUInt32(CurTimes);
}
if (bIHLEIECNBE_ != null) {
output.WriteRawTag(98);
output.WriteMessage(BIHLEIECNBE);
}
if (CPGAFNJBGFI != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CPGAFNJBGFI);
}
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 (HEGMGOONEAB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HEGMGOONEAB);
}
if (CurTimes != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CurTimes);
}
if (CPGAFNJBGFI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPGAFNJBGFI);
}
size += mazeGroupList_.CalculateSize(_repeated_mazeGroupList_codec);
if (AKDKKDNBKKB != false) {
size += 1 + 1;
}
if (GNCJKHCAJFF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GNCJKHCAJFF);
}
if (bIHLEIECNBE_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BIHLEIECNBE);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueGambleInfo other) {
if (other == null) {
return;
}
if (other.HEGMGOONEAB != 0) {
HEGMGOONEAB = other.HEGMGOONEAB;
}
if (other.CurTimes != 0) {
CurTimes = other.CurTimes;
}
if (other.CPGAFNJBGFI != 0) {
CPGAFNJBGFI = other.CPGAFNJBGFI;
}
mazeGroupList_.Add(other.mazeGroupList_);
if (other.AKDKKDNBKKB != false) {
AKDKKDNBKKB = other.AKDKKDNBKKB;
}
if (other.GNCJKHCAJFF != 0) {
GNCJKHCAJFF = other.GNCJKHCAJFF;
}
if (other.bIHLEIECNBE_ != null) {
if (bIHLEIECNBE_ == null) {
BIHLEIECNBE = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
BIHLEIECNBE.MergeFrom(other.BIHLEIECNBE);
}
_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: {
mazeGroupList_.AddEntriesFrom(input, _repeated_mazeGroupList_codec);
break;
}
case 56: {
AKDKKDNBKKB = input.ReadBool();
break;
}
case 64: {
HEGMGOONEAB = input.ReadUInt32();
break;
}
case 72: {
GNCJKHCAJFF = input.ReadUInt32();
break;
}
case 88: {
CurTimes = input.ReadUInt32();
break;
}
case 98: {
if (bIHLEIECNBE_ == null) {
BIHLEIECNBE = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(BIHLEIECNBE);
break;
}
case 112: {
CPGAFNJBGFI = input.ReadUInt32();
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: {
mazeGroupList_.AddEntriesFrom(ref input, _repeated_mazeGroupList_codec);
break;
}
case 56: {
AKDKKDNBKKB = input.ReadBool();
break;
}
case 64: {
HEGMGOONEAB = input.ReadUInt32();
break;
}
case 72: {
GNCJKHCAJFF = input.ReadUInt32();
break;
}
case 88: {
CurTimes = input.ReadUInt32();
break;
}
case 98: {
if (bIHLEIECNBE_ == null) {
BIHLEIECNBE = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(BIHLEIECNBE);
break;
}
case 112: {
CPGAFNJBGFI = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code