mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
524 lines
18 KiB
C#
524 lines
18 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DoGachaScRsp.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 DoGachaScRsp.proto</summary>
|
|
public static partial class DoGachaScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for DoGachaScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DoGachaScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChJEb0dhY2hhU2NSc3AucHJvdG8aD0dhY2hhSXRlbS5wcm90byLSAQoMRG9H",
|
|
"YWNoYVNjUnNwEhMKC1BDTEJOQ1BKTktOGAUgASgNEhAKCGdhY2hhX2lkGAog",
|
|
"ASgNEhMKC2NlaWxpbmdfbnVtGAMgASgNEg8KB3JldGNvZGUYDiABKA0SEwoL",
|
|
"RUpBUEpQSURQT0EYDCABKA0SEwoLTU5ORUJPR0dLQUwYASABKA0SEwoLRU5D",
|
|
"QUlCTEtMSEgYByABKA0SIwoPZ2FjaGFfaXRlbV9saXN0GAIgAygLMgouR2Fj",
|
|
"aGFJdGVtEhEKCWdhY2hhX251bRgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5n",
|
|
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GachaItemReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DoGachaScRsp), global::EggLink.DanhengServer.Proto.DoGachaScRsp.Parser, new[]{ "PCLBNCPJNKN", "GachaId", "CeilingNum", "Retcode", "EJAPJPIDPOA", "MNNEBOGGKAL", "ENCAIBLKLHH", "GachaItemList", "GachaNum" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DoGachaScRsp : pb::IMessage<DoGachaScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DoGachaScRsp> _parser = new pb::MessageParser<DoGachaScRsp>(() => new DoGachaScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DoGachaScRsp> 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.DoGachaScRspReflection.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 DoGachaScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DoGachaScRsp(DoGachaScRsp other) : this() {
|
|
pCLBNCPJNKN_ = other.pCLBNCPJNKN_;
|
|
gachaId_ = other.gachaId_;
|
|
ceilingNum_ = other.ceilingNum_;
|
|
retcode_ = other.retcode_;
|
|
eJAPJPIDPOA_ = other.eJAPJPIDPOA_;
|
|
mNNEBOGGKAL_ = other.mNNEBOGGKAL_;
|
|
eNCAIBLKLHH_ = other.eNCAIBLKLHH_;
|
|
gachaItemList_ = other.gachaItemList_.Clone();
|
|
gachaNum_ = other.gachaNum_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DoGachaScRsp Clone() {
|
|
return new DoGachaScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "PCLBNCPJNKN" field.</summary>
|
|
public const int PCLBNCPJNKNFieldNumber = 5;
|
|
private uint pCLBNCPJNKN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PCLBNCPJNKN {
|
|
get { return pCLBNCPJNKN_; }
|
|
set {
|
|
pCLBNCPJNKN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "gacha_id" field.</summary>
|
|
public const int GachaIdFieldNumber = 10;
|
|
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 "ceiling_num" field.</summary>
|
|
public const int CeilingNumFieldNumber = 3;
|
|
private uint ceilingNum_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CeilingNum {
|
|
get { return ceilingNum_; }
|
|
set {
|
|
ceilingNum_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 14;
|
|
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 "EJAPJPIDPOA" field.</summary>
|
|
public const int EJAPJPIDPOAFieldNumber = 12;
|
|
private uint eJAPJPIDPOA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EJAPJPIDPOA {
|
|
get { return eJAPJPIDPOA_; }
|
|
set {
|
|
eJAPJPIDPOA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MNNEBOGGKAL" field.</summary>
|
|
public const int MNNEBOGGKALFieldNumber = 1;
|
|
private uint mNNEBOGGKAL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MNNEBOGGKAL {
|
|
get { return mNNEBOGGKAL_; }
|
|
set {
|
|
mNNEBOGGKAL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ENCAIBLKLHH" field.</summary>
|
|
public const int ENCAIBLKLHHFieldNumber = 7;
|
|
private uint eNCAIBLKLHH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ENCAIBLKLHH {
|
|
get { return eNCAIBLKLHH_; }
|
|
set {
|
|
eNCAIBLKLHH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "gacha_item_list" field.</summary>
|
|
public const int GachaItemListFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GachaItem> _repeated_gachaItemList_codec
|
|
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.GachaItem.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem> gachaItemList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GachaItem> GachaItemList {
|
|
get { return gachaItemList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "gacha_num" field.</summary>
|
|
public const int GachaNumFieldNumber = 8;
|
|
private uint gachaNum_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GachaNum {
|
|
get { return gachaNum_; }
|
|
set {
|
|
gachaNum_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DoGachaScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DoGachaScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (PCLBNCPJNKN != other.PCLBNCPJNKN) return false;
|
|
if (GachaId != other.GachaId) return false;
|
|
if (CeilingNum != other.CeilingNum) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (EJAPJPIDPOA != other.EJAPJPIDPOA) return false;
|
|
if (MNNEBOGGKAL != other.MNNEBOGGKAL) return false;
|
|
if (ENCAIBLKLHH != other.ENCAIBLKLHH) return false;
|
|
if(!gachaItemList_.Equals(other.gachaItemList_)) return false;
|
|
if (GachaNum != other.GachaNum) 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 (PCLBNCPJNKN != 0) hash ^= PCLBNCPJNKN.GetHashCode();
|
|
if (GachaId != 0) hash ^= GachaId.GetHashCode();
|
|
if (CeilingNum != 0) hash ^= CeilingNum.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (EJAPJPIDPOA != 0) hash ^= EJAPJPIDPOA.GetHashCode();
|
|
if (MNNEBOGGKAL != 0) hash ^= MNNEBOGGKAL.GetHashCode();
|
|
if (ENCAIBLKLHH != 0) hash ^= ENCAIBLKLHH.GetHashCode();
|
|
hash ^= gachaItemList_.GetHashCode();
|
|
if (GachaNum != 0) hash ^= GachaNum.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 (MNNEBOGGKAL != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(MNNEBOGGKAL);
|
|
}
|
|
gachaItemList_.WriteTo(output, _repeated_gachaItemList_codec);
|
|
if (CeilingNum != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CeilingNum);
|
|
}
|
|
if (PCLBNCPJNKN != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(PCLBNCPJNKN);
|
|
}
|
|
if (ENCAIBLKLHH != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ENCAIBLKLHH);
|
|
}
|
|
if (GachaNum != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(GachaNum);
|
|
}
|
|
if (GachaId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(GachaId);
|
|
}
|
|
if (EJAPJPIDPOA != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(EJAPJPIDPOA);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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 (MNNEBOGGKAL != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(MNNEBOGGKAL);
|
|
}
|
|
gachaItemList_.WriteTo(ref output, _repeated_gachaItemList_codec);
|
|
if (CeilingNum != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(CeilingNum);
|
|
}
|
|
if (PCLBNCPJNKN != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(PCLBNCPJNKN);
|
|
}
|
|
if (ENCAIBLKLHH != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(ENCAIBLKLHH);
|
|
}
|
|
if (GachaNum != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(GachaNum);
|
|
}
|
|
if (GachaId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(GachaId);
|
|
}
|
|
if (EJAPJPIDPOA != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(EJAPJPIDPOA);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
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 (PCLBNCPJNKN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PCLBNCPJNKN);
|
|
}
|
|
if (GachaId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaId);
|
|
}
|
|
if (CeilingNum != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CeilingNum);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (EJAPJPIDPOA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EJAPJPIDPOA);
|
|
}
|
|
if (MNNEBOGGKAL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MNNEBOGGKAL);
|
|
}
|
|
if (ENCAIBLKLHH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ENCAIBLKLHH);
|
|
}
|
|
size += gachaItemList_.CalculateSize(_repeated_gachaItemList_codec);
|
|
if (GachaNum != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GachaNum);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DoGachaScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.PCLBNCPJNKN != 0) {
|
|
PCLBNCPJNKN = other.PCLBNCPJNKN;
|
|
}
|
|
if (other.GachaId != 0) {
|
|
GachaId = other.GachaId;
|
|
}
|
|
if (other.CeilingNum != 0) {
|
|
CeilingNum = other.CeilingNum;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.EJAPJPIDPOA != 0) {
|
|
EJAPJPIDPOA = other.EJAPJPIDPOA;
|
|
}
|
|
if (other.MNNEBOGGKAL != 0) {
|
|
MNNEBOGGKAL = other.MNNEBOGGKAL;
|
|
}
|
|
if (other.ENCAIBLKLHH != 0) {
|
|
ENCAIBLKLHH = other.ENCAIBLKLHH;
|
|
}
|
|
gachaItemList_.Add(other.gachaItemList_);
|
|
if (other.GachaNum != 0) {
|
|
GachaNum = other.GachaNum;
|
|
}
|
|
_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: {
|
|
MNNEBOGGKAL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
gachaItemList_.AddEntriesFrom(input, _repeated_gachaItemList_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
CeilingNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PCLBNCPJNKN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ENCAIBLKLHH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GachaNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
GachaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
EJAPJPIDPOA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Retcode = 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 8: {
|
|
MNNEBOGGKAL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18: {
|
|
gachaItemList_.AddEntriesFrom(ref input, _repeated_gachaItemList_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
CeilingNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
PCLBNCPJNKN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
ENCAIBLKLHH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
GachaNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
GachaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
EJAPJPIDPOA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|