Files
DanhengServer-OpenSource/Proto/GachaInfo.cs
2025-09-27 13:58:04 +08:00

630 lines
22 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GachaInfo.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 GachaInfo.proto</summary>
public static partial class GachaInfoReflection {
#region Descriptor
/// <summary>File descriptor for GachaInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GachaInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg9HYWNoYUluZm8ucHJvdG8aEkdhY2hhQ2VpbGluZy5wcm90byKmAgoJR2Fj",
"aGFJbmZvEhIKCmJlZ2luX3RpbWUYAiABKAMSEAoIZW5kX3RpbWUYBCABKAMS",
"GAoQaXRlbV9kZXRhaWxfbGlzdBgOIAMoDRITCgtHRElGQUFISUZCSBgHIAEo",
"DRIXCg9wcml6ZV9pdGVtX2xpc3QYDSADKA0SEwoLS01OSk5NSkZHQkcYBSAB",
"KA0SEAoIZ2FjaGFfaWQYDyABKA0SEwoLQU5OR1BNSFBOSU0YCyADKA0SFgoO",
"ZGV0YWlsX3dlYnZpZXcYBiABKAkSEwoLSUlOQ0RKUE9PTUMYAyABKA0SJAoN",
"Z2FjaGFfY2VpbGluZxgIIAEoCzINLkdhY2hhQ2VpbGluZxIcChRkcm9wX2hp",
"c3Rvcnlfd2VidmlldxgKIAEoCUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GachaCeilingReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GachaInfo), global::EggLink.DanhengServer.Proto.GachaInfo.Parser, new[]{ "BeginTime", "EndTime", "ItemDetailList", "GDIFAAHIFBH", "PrizeItemList", "KMNJNMJFGBG", "GachaId", "ANNGPMHPNIM", "DetailWebview", "IINCDJPOOMC", "GachaCeiling", "DropHistoryWebview" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GachaInfo : pb::IMessage<GachaInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GachaInfo> _parser = new pb::MessageParser<GachaInfo>(() => new GachaInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GachaInfo> 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.GachaInfoReflection.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 GachaInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GachaInfo(GachaInfo other) : this() {
beginTime_ = other.beginTime_;
endTime_ = other.endTime_;
itemDetailList_ = other.itemDetailList_.Clone();
gDIFAAHIFBH_ = other.gDIFAAHIFBH_;
prizeItemList_ = other.prizeItemList_.Clone();
kMNJNMJFGBG_ = other.kMNJNMJFGBG_;
gachaId_ = other.gachaId_;
aNNGPMHPNIM_ = other.aNNGPMHPNIM_.Clone();
detailWebview_ = other.detailWebview_;
iINCDJPOOMC_ = other.iINCDJPOOMC_;
gachaCeiling_ = other.gachaCeiling_ != null ? other.gachaCeiling_.Clone() : null;
dropHistoryWebview_ = other.dropHistoryWebview_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GachaInfo Clone() {
return new GachaInfo(this);
}
/// <summary>Field number for the "begin_time" field.</summary>
public const int BeginTimeFieldNumber = 2;
private long beginTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long BeginTime {
get { return beginTime_; }
set {
beginTime_ = value;
}
}
/// <summary>Field number for the "end_time" field.</summary>
public const int EndTimeFieldNumber = 4;
private long endTime_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long EndTime {
get { return endTime_; }
set {
endTime_ = value;
}
}
/// <summary>Field number for the "item_detail_list" field.</summary>
public const int ItemDetailListFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_itemDetailList_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> itemDetailList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> ItemDetailList {
get { return itemDetailList_; }
}
/// <summary>Field number for the "GDIFAAHIFBH" field.</summary>
public const int GDIFAAHIFBHFieldNumber = 7;
private uint gDIFAAHIFBH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GDIFAAHIFBH {
get { return gDIFAAHIFBH_; }
set {
gDIFAAHIFBH_ = value;
}
}
/// <summary>Field number for the "prize_item_list" field.</summary>
public const int PrizeItemListFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_prizeItemList_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> prizeItemList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PrizeItemList {
get { return prizeItemList_; }
}
/// <summary>Field number for the "KMNJNMJFGBG" field.</summary>
public const int KMNJNMJFGBGFieldNumber = 5;
private uint kMNJNMJFGBG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KMNJNMJFGBG {
get { return kMNJNMJFGBG_; }
set {
kMNJNMJFGBG_ = value;
}
}
/// <summary>Field number for the "gacha_id" field.</summary>
public const int GachaIdFieldNumber = 15;
private uint gachaId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GachaId {
get { return gachaId_; }
set {
gachaId_ = value;
}
}
/// <summary>Field number for the "ANNGPMHPNIM" field.</summary>
public const int ANNGPMHPNIMFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_aNNGPMHPNIM_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> aNNGPMHPNIM_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> ANNGPMHPNIM {
get { return aNNGPMHPNIM_; }
}
/// <summary>Field number for the "detail_webview" field.</summary>
public const int DetailWebviewFieldNumber = 6;
private string detailWebview_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string DetailWebview {
get { return detailWebview_; }
set {
detailWebview_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "IINCDJPOOMC" field.</summary>
public const int IINCDJPOOMCFieldNumber = 3;
private uint iINCDJPOOMC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IINCDJPOOMC {
get { return iINCDJPOOMC_; }
set {
iINCDJPOOMC_ = value;
}
}
/// <summary>Field number for the "gacha_ceiling" field.</summary>
public const int GachaCeilingFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.GachaCeiling gachaCeiling_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GachaCeiling GachaCeiling {
get { return gachaCeiling_; }
set {
gachaCeiling_ = value;
}
}
/// <summary>Field number for the "drop_history_webview" field.</summary>
public const int DropHistoryWebviewFieldNumber = 10;
private string dropHistoryWebview_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string DropHistoryWebview {
get { return dropHistoryWebview_; }
set {
dropHistoryWebview_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GachaInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GachaInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BeginTime != other.BeginTime) return false;
if (EndTime != other.EndTime) return false;
if(!itemDetailList_.Equals(other.itemDetailList_)) return false;
if (GDIFAAHIFBH != other.GDIFAAHIFBH) return false;
if(!prizeItemList_.Equals(other.prizeItemList_)) return false;
if (KMNJNMJFGBG != other.KMNJNMJFGBG) return false;
if (GachaId != other.GachaId) return false;
if(!aNNGPMHPNIM_.Equals(other.aNNGPMHPNIM_)) return false;
if (DetailWebview != other.DetailWebview) return false;
if (IINCDJPOOMC != other.IINCDJPOOMC) return false;
if (!object.Equals(GachaCeiling, other.GachaCeiling)) return false;
if (DropHistoryWebview != other.DropHistoryWebview) 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 (BeginTime != 0L) hash ^= BeginTime.GetHashCode();
if (EndTime != 0L) hash ^= EndTime.GetHashCode();
hash ^= itemDetailList_.GetHashCode();
if (GDIFAAHIFBH != 0) hash ^= GDIFAAHIFBH.GetHashCode();
hash ^= prizeItemList_.GetHashCode();
if (KMNJNMJFGBG != 0) hash ^= KMNJNMJFGBG.GetHashCode();
if (GachaId != 0) hash ^= GachaId.GetHashCode();
hash ^= aNNGPMHPNIM_.GetHashCode();
if (DetailWebview.Length != 0) hash ^= DetailWebview.GetHashCode();
if (IINCDJPOOMC != 0) hash ^= IINCDJPOOMC.GetHashCode();
if (gachaCeiling_ != null) hash ^= GachaCeiling.GetHashCode();
if (DropHistoryWebview.Length != 0) hash ^= DropHistoryWebview.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 (BeginTime != 0L) {
output.WriteRawTag(16);
output.WriteInt64(BeginTime);
}
if (IINCDJPOOMC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(IINCDJPOOMC);
}
if (EndTime != 0L) {
output.WriteRawTag(32);
output.WriteInt64(EndTime);
}
if (KMNJNMJFGBG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(KMNJNMJFGBG);
}
if (DetailWebview.Length != 0) {
output.WriteRawTag(50);
output.WriteString(DetailWebview);
}
if (GDIFAAHIFBH != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GDIFAAHIFBH);
}
if (gachaCeiling_ != null) {
output.WriteRawTag(66);
output.WriteMessage(GachaCeiling);
}
if (DropHistoryWebview.Length != 0) {
output.WriteRawTag(82);
output.WriteString(DropHistoryWebview);
}
aNNGPMHPNIM_.WriteTo(output, _repeated_aNNGPMHPNIM_codec);
prizeItemList_.WriteTo(output, _repeated_prizeItemList_codec);
itemDetailList_.WriteTo(output, _repeated_itemDetailList_codec);
if (GachaId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GachaId);
}
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 (BeginTime != 0L) {
output.WriteRawTag(16);
output.WriteInt64(BeginTime);
}
if (IINCDJPOOMC != 0) {
output.WriteRawTag(24);
output.WriteUInt32(IINCDJPOOMC);
}
if (EndTime != 0L) {
output.WriteRawTag(32);
output.WriteInt64(EndTime);
}
if (KMNJNMJFGBG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(KMNJNMJFGBG);
}
if (DetailWebview.Length != 0) {
output.WriteRawTag(50);
output.WriteString(DetailWebview);
}
if (GDIFAAHIFBH != 0) {
output.WriteRawTag(56);
output.WriteUInt32(GDIFAAHIFBH);
}
if (gachaCeiling_ != null) {
output.WriteRawTag(66);
output.WriteMessage(GachaCeiling);
}
if (DropHistoryWebview.Length != 0) {
output.WriteRawTag(82);
output.WriteString(DropHistoryWebview);
}
aNNGPMHPNIM_.WriteTo(ref output, _repeated_aNNGPMHPNIM_codec);
prizeItemList_.WriteTo(ref output, _repeated_prizeItemList_codec);
itemDetailList_.WriteTo(ref output, _repeated_itemDetailList_codec);
if (GachaId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GachaId);
}
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 (BeginTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeginTime);
}
if (EndTime != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime);
}
size += itemDetailList_.CalculateSize(_repeated_itemDetailList_codec);
if (GDIFAAHIFBH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GDIFAAHIFBH);
}
size += prizeItemList_.CalculateSize(_repeated_prizeItemList_codec);
if (KMNJNMJFGBG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KMNJNMJFGBG);
}
if (GachaId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId);
}
size += aNNGPMHPNIM_.CalculateSize(_repeated_aNNGPMHPNIM_codec);
if (DetailWebview.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(DetailWebview);
}
if (IINCDJPOOMC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IINCDJPOOMC);
}
if (gachaCeiling_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(GachaCeiling);
}
if (DropHistoryWebview.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(DropHistoryWebview);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GachaInfo other) {
if (other == null) {
return;
}
if (other.BeginTime != 0L) {
BeginTime = other.BeginTime;
}
if (other.EndTime != 0L) {
EndTime = other.EndTime;
}
itemDetailList_.Add(other.itemDetailList_);
if (other.GDIFAAHIFBH != 0) {
GDIFAAHIFBH = other.GDIFAAHIFBH;
}
prizeItemList_.Add(other.prizeItemList_);
if (other.KMNJNMJFGBG != 0) {
KMNJNMJFGBG = other.KMNJNMJFGBG;
}
if (other.GachaId != 0) {
GachaId = other.GachaId;
}
aNNGPMHPNIM_.Add(other.aNNGPMHPNIM_);
if (other.DetailWebview.Length != 0) {
DetailWebview = other.DetailWebview;
}
if (other.IINCDJPOOMC != 0) {
IINCDJPOOMC = other.IINCDJPOOMC;
}
if (other.gachaCeiling_ != null) {
if (gachaCeiling_ == null) {
GachaCeiling = new global::EggLink.DanhengServer.Proto.GachaCeiling();
}
GachaCeiling.MergeFrom(other.GachaCeiling);
}
if (other.DropHistoryWebview.Length != 0) {
DropHistoryWebview = other.DropHistoryWebview;
}
_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 16: {
BeginTime = input.ReadInt64();
break;
}
case 24: {
IINCDJPOOMC = input.ReadUInt32();
break;
}
case 32: {
EndTime = input.ReadInt64();
break;
}
case 40: {
KMNJNMJFGBG = input.ReadUInt32();
break;
}
case 50: {
DetailWebview = input.ReadString();
break;
}
case 56: {
GDIFAAHIFBH = input.ReadUInt32();
break;
}
case 66: {
if (gachaCeiling_ == null) {
GachaCeiling = new global::EggLink.DanhengServer.Proto.GachaCeiling();
}
input.ReadMessage(GachaCeiling);
break;
}
case 82: {
DropHistoryWebview = input.ReadString();
break;
}
case 90:
case 88: {
aNNGPMHPNIM_.AddEntriesFrom(input, _repeated_aNNGPMHPNIM_codec);
break;
}
case 106:
case 104: {
prizeItemList_.AddEntriesFrom(input, _repeated_prizeItemList_codec);
break;
}
case 114:
case 112: {
itemDetailList_.AddEntriesFrom(input, _repeated_itemDetailList_codec);
break;
}
case 120: {
GachaId = 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 16: {
BeginTime = input.ReadInt64();
break;
}
case 24: {
IINCDJPOOMC = input.ReadUInt32();
break;
}
case 32: {
EndTime = input.ReadInt64();
break;
}
case 40: {
KMNJNMJFGBG = input.ReadUInt32();
break;
}
case 50: {
DetailWebview = input.ReadString();
break;
}
case 56: {
GDIFAAHIFBH = input.ReadUInt32();
break;
}
case 66: {
if (gachaCeiling_ == null) {
GachaCeiling = new global::EggLink.DanhengServer.Proto.GachaCeiling();
}
input.ReadMessage(GachaCeiling);
break;
}
case 82: {
DropHistoryWebview = input.ReadString();
break;
}
case 90:
case 88: {
aNNGPMHPNIM_.AddEntriesFrom(ref input, _repeated_aNNGPMHPNIM_codec);
break;
}
case 106:
case 104: {
prizeItemList_.AddEntriesFrom(ref input, _repeated_prizeItemList_codec);
break;
}
case 114:
case 112: {
itemDetailList_.AddEntriesFrom(ref input, _repeated_itemDetailList_codec);
break;
}
case 120: {
GachaId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code