Add support for v3.5.0 (#2090)

* Fix Dvalin battle

See https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/25.

This is entirely untested and there's a 99% chance it's broken, I'm just submitting it as a draft PR so that I don't forget about its existence.

Co-Authored-By: mjolsic <21289772+mjolsic@users.noreply.github.com>

* Update protos

* 3.4 protos

* Fix

Now builds successfully, don't have the time to check if I should have specified true instead of false for withChildQuests, or if this functions as intended.

* Change from false to true

Per what smileoflove has been told on Discord

* 3.5

* Remove the Dvalin crap from this PR

Git is so confusing

* Update version

* Apply README changes from `origin/development`

* Remove unnecessary debugging information

---------

Co-authored-by: mjolsic <21289772+mjolsic@users.noreply.github.com>
Co-authored-by: KingRainbow44 <kobedo11@gmail.com>
This commit is contained in:
Colleiflower
2023-03-31 19:13:32 +00:00
committed by GitHub
Unverified
parent 922f7bca51
commit 516e5975e1
1383 changed files with 167226 additions and 586936 deletions
@@ -19,42 +19,67 @@ public final class GachaWishRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 wishProgress = 3;</code>
* @return The wishProgress.
*/
int getWishProgress();
/**
* <code>uint32 wishMaxProgress = 7;</code>
* <pre>
* DNGKJJJHNEN
* </pre>
*
* <code>uint32 wishMaxProgress = 3;</code>
* @return The wishMaxProgress.
*/
int getWishMaxProgress();
/**
* <code>uint32 gachaType = 6;</code>
* <pre>
* DGIFMDIADJF
* </pre>
*
* <code>uint32 wishProgress = 10;</code>
* @return The wishProgress.
*/
int getWishProgress();
/**
* <pre>
* KJHBJPGBOFP
* </pre>
*
* <code>uint32 gachaType = 8;</code>
* @return The gachaType.
*/
int getGachaType();
/**
* <code>uint32 gachaScheduleId = 11;</code>
* <pre>
* NMKGGDOKHLF
* </pre>
*
* <code>uint32 gachaScheduleId = 5;</code>
* @return The gachaScheduleId.
*/
int getGachaScheduleId();
/**
* <code>int32 retcode = 9;</code>
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
int getRetcode();
/**
* <code>uint32 wishItemId = 5;</code>
* <pre>
* LJJKNKCHHFM
* </pre>
*
* <code>uint32 wishItemId = 9;</code>
* @return The wishItemId.
*/
int getWishItemId();
}
/**
* <pre>
* Name: KCCCENPGEHL
* CmdId: 1534
* </pre>
*
* Protobuf type {@code GachaWishRsp}
*/
public static final class GachaWishRsp extends
@@ -101,32 +126,32 @@ public final class GachaWishRspOuterClass {
break;
case 24: {
wishProgress_ = input.readUInt32();
wishMaxProgress_ = input.readUInt32();
break;
}
case 40: {
wishItemId_ = input.readUInt32();
gachaScheduleId_ = input.readUInt32();
break;
}
case 48: {
case 64: {
gachaType_ = input.readUInt32();
break;
}
case 56: {
wishMaxProgress_ = input.readUInt32();
break;
}
case 72: {
retcode_ = input.readInt32();
wishItemId_ = input.readUInt32();
break;
}
case 88: {
case 80: {
gachaScheduleId_ = input.readUInt32();
wishProgress_ = input.readUInt32();
break;
}
case 104: {
retcode_ = input.readInt32();
break;
}
default: {
@@ -161,152 +186,14 @@ public final class GachaWishRspOuterClass {
emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.class, emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.Builder.class);
}
/**
* Protobuf enum {@code GachaWishRsp.COIIDDMDPIL}
*/
public enum COIIDDMDPIL
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 1574;</code>
*/
PEPPOHPHJOJ(1, 1574),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final COIIDDMDPIL DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 1574;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 1574;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final int DCDNILFDFLB_VALUE = 0;
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
public static final int NNBKOLMPOEA_VALUE = 1;
public final int getNumber() {
if (index == -1) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static COIIDDMDPIL valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static COIIDDMDPIL forNumber(int value) {
switch (value) {
case 0: return NONE;
case 1574: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<COIIDDMDPIL>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
COIIDDMDPIL> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<COIIDDMDPIL>() {
public COIIDDMDPIL findValueByNumber(int number) {
return COIIDDMDPIL.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (index == -1) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(index);
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.getDescriptor().getEnumTypes().get(0);
}
private static final COIIDDMDPIL[] VALUES = getStaticValuesArray();
private static COIIDDMDPIL[] getStaticValuesArray() {
return new COIIDDMDPIL[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static COIIDDMDPIL valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int index;
private final int value;
private COIIDDMDPIL(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:GachaWishRsp.COIIDDMDPIL)
}
public static final int WISHPROGRESS_FIELD_NUMBER = 3;
private int wishProgress_;
/**
* <code>uint32 wishProgress = 3;</code>
* @return The wishProgress.
*/
@java.lang.Override
public int getWishProgress() {
return wishProgress_;
}
public static final int WISHMAXPROGRESS_FIELD_NUMBER = 7;
public static final int WISHMAXPROGRESS_FIELD_NUMBER = 3;
private int wishMaxProgress_;
/**
* <code>uint32 wishMaxProgress = 7;</code>
* <pre>
* DNGKJJJHNEN
* </pre>
*
* <code>uint32 wishMaxProgress = 3;</code>
* @return The wishMaxProgress.
*/
@java.lang.Override
@@ -314,10 +201,29 @@ public final class GachaWishRspOuterClass {
return wishMaxProgress_;
}
public static final int GACHATYPE_FIELD_NUMBER = 6;
public static final int WISHPROGRESS_FIELD_NUMBER = 10;
private int wishProgress_;
/**
* <pre>
* DGIFMDIADJF
* </pre>
*
* <code>uint32 wishProgress = 10;</code>
* @return The wishProgress.
*/
@java.lang.Override
public int getWishProgress() {
return wishProgress_;
}
public static final int GACHATYPE_FIELD_NUMBER = 8;
private int gachaType_;
/**
* <code>uint32 gachaType = 6;</code>
* <pre>
* KJHBJPGBOFP
* </pre>
*
* <code>uint32 gachaType = 8;</code>
* @return The gachaType.
*/
@java.lang.Override
@@ -325,10 +231,14 @@ public final class GachaWishRspOuterClass {
return gachaType_;
}
public static final int GACHASCHEDULEID_FIELD_NUMBER = 11;
public static final int GACHASCHEDULEID_FIELD_NUMBER = 5;
private int gachaScheduleId_;
/**
* <code>uint32 gachaScheduleId = 11;</code>
* <pre>
* NMKGGDOKHLF
* </pre>
*
* <code>uint32 gachaScheduleId = 5;</code>
* @return The gachaScheduleId.
*/
@java.lang.Override
@@ -336,10 +246,10 @@ public final class GachaWishRspOuterClass {
return gachaScheduleId_;
}
public static final int RETCODE_FIELD_NUMBER = 9;
public static final int RETCODE_FIELD_NUMBER = 13;
private int retcode_;
/**
* <code>int32 retcode = 9;</code>
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -347,10 +257,14 @@ public final class GachaWishRspOuterClass {
return retcode_;
}
public static final int WISHITEMID_FIELD_NUMBER = 5;
public static final int WISHITEMID_FIELD_NUMBER = 9;
private int wishItemId_;
/**
* <code>uint32 wishItemId = 5;</code>
* <pre>
* LJJKNKCHHFM
* </pre>
*
* <code>uint32 wishItemId = 9;</code>
* @return The wishItemId.
*/
@java.lang.Override
@@ -372,23 +286,23 @@ public final class GachaWishRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (wishProgress_ != 0) {
output.writeUInt32(3, wishProgress_);
}
if (wishItemId_ != 0) {
output.writeUInt32(5, wishItemId_);
}
if (gachaType_ != 0) {
output.writeUInt32(6, gachaType_);
}
if (wishMaxProgress_ != 0) {
output.writeUInt32(7, wishMaxProgress_);
}
if (retcode_ != 0) {
output.writeInt32(9, retcode_);
output.writeUInt32(3, wishMaxProgress_);
}
if (gachaScheduleId_ != 0) {
output.writeUInt32(11, gachaScheduleId_);
output.writeUInt32(5, gachaScheduleId_);
}
if (gachaType_ != 0) {
output.writeUInt32(8, gachaType_);
}
if (wishItemId_ != 0) {
output.writeUInt32(9, wishItemId_);
}
if (wishProgress_ != 0) {
output.writeUInt32(10, wishProgress_);
}
if (retcode_ != 0) {
output.writeInt32(13, retcode_);
}
unknownFields.writeTo(output);
}
@@ -399,29 +313,29 @@ public final class GachaWishRspOuterClass {
if (size != -1) return size;
size = 0;
if (wishProgress_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(3, wishProgress_);
}
if (wishItemId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(5, wishItemId_);
}
if (gachaType_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, gachaType_);
}
if (wishMaxProgress_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, wishMaxProgress_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(9, retcode_);
.computeUInt32Size(3, wishMaxProgress_);
}
if (gachaScheduleId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, gachaScheduleId_);
.computeUInt32Size(5, gachaScheduleId_);
}
if (gachaType_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(8, gachaType_);
}
if (wishItemId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, wishItemId_);
}
if (wishProgress_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(10, wishProgress_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(13, retcode_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -438,10 +352,10 @@ public final class GachaWishRspOuterClass {
}
emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp other = (emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp) obj;
if (getWishProgress()
!= other.getWishProgress()) return false;
if (getWishMaxProgress()
!= other.getWishMaxProgress()) return false;
if (getWishProgress()
!= other.getWishProgress()) return false;
if (getGachaType()
!= other.getGachaType()) return false;
if (getGachaScheduleId()
@@ -461,10 +375,10 @@ public final class GachaWishRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + WISHPROGRESS_FIELD_NUMBER;
hash = (53 * hash) + getWishProgress();
hash = (37 * hash) + WISHMAXPROGRESS_FIELD_NUMBER;
hash = (53 * hash) + getWishMaxProgress();
hash = (37 * hash) + WISHPROGRESS_FIELD_NUMBER;
hash = (53 * hash) + getWishProgress();
hash = (37 * hash) + GACHATYPE_FIELD_NUMBER;
hash = (53 * hash) + getGachaType();
hash = (37 * hash) + GACHASCHEDULEID_FIELD_NUMBER;
@@ -569,6 +483,11 @@ public final class GachaWishRspOuterClass {
return builder;
}
/**
* <pre>
* Name: KCCCENPGEHL
* CmdId: 1534
* </pre>
*
* Protobuf type {@code GachaWishRsp}
*/
public static final class Builder extends
@@ -606,10 +525,10 @@ public final class GachaWishRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
wishProgress_ = 0;
wishMaxProgress_ = 0;
wishProgress_ = 0;
gachaType_ = 0;
gachaScheduleId_ = 0;
@@ -644,8 +563,8 @@ public final class GachaWishRspOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp buildPartial() {
emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp result = new emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp(this);
result.wishProgress_ = wishProgress_;
result.wishMaxProgress_ = wishMaxProgress_;
result.wishProgress_ = wishProgress_;
result.gachaType_ = gachaType_;
result.gachaScheduleId_ = gachaScheduleId_;
result.retcode_ = retcode_;
@@ -698,12 +617,12 @@ public final class GachaWishRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp other) {
if (other == emu.grasscutter.net.proto.GachaWishRspOuterClass.GachaWishRsp.getDefaultInstance()) return this;
if (other.getWishProgress() != 0) {
setWishProgress(other.getWishProgress());
}
if (other.getWishMaxProgress() != 0) {
setWishMaxProgress(other.getWishMaxProgress());
}
if (other.getWishProgress() != 0) {
setWishProgress(other.getWishProgress());
}
if (other.getGachaType() != 0) {
setGachaType(other.getGachaType());
}
@@ -745,40 +664,13 @@ public final class GachaWishRspOuterClass {
return this;
}
private int wishProgress_ ;
/**
* <code>uint32 wishProgress = 3;</code>
* @return The wishProgress.
*/
@java.lang.Override
public int getWishProgress() {
return wishProgress_;
}
/**
* <code>uint32 wishProgress = 3;</code>
* @param value The wishProgress to set.
* @return This builder for chaining.
*/
public Builder setWishProgress(int value) {
wishProgress_ = value;
onChanged();
return this;
}
/**
* <code>uint32 wishProgress = 3;</code>
* @return This builder for chaining.
*/
public Builder clearWishProgress() {
wishProgress_ = 0;
onChanged();
return this;
}
private int wishMaxProgress_ ;
/**
* <code>uint32 wishMaxProgress = 7;</code>
* <pre>
* DNGKJJJHNEN
* </pre>
*
* <code>uint32 wishMaxProgress = 3;</code>
* @return The wishMaxProgress.
*/
@java.lang.Override
@@ -786,7 +678,11 @@ public final class GachaWishRspOuterClass {
return wishMaxProgress_;
}
/**
* <code>uint32 wishMaxProgress = 7;</code>
* <pre>
* DNGKJJJHNEN
* </pre>
*
* <code>uint32 wishMaxProgress = 3;</code>
* @param value The wishMaxProgress to set.
* @return This builder for chaining.
*/
@@ -797,7 +693,11 @@ public final class GachaWishRspOuterClass {
return this;
}
/**
* <code>uint32 wishMaxProgress = 7;</code>
* <pre>
* DNGKJJJHNEN
* </pre>
*
* <code>uint32 wishMaxProgress = 3;</code>
* @return This builder for chaining.
*/
public Builder clearWishMaxProgress() {
@@ -807,9 +707,56 @@ public final class GachaWishRspOuterClass {
return this;
}
private int wishProgress_ ;
/**
* <pre>
* DGIFMDIADJF
* </pre>
*
* <code>uint32 wishProgress = 10;</code>
* @return The wishProgress.
*/
@java.lang.Override
public int getWishProgress() {
return wishProgress_;
}
/**
* <pre>
* DGIFMDIADJF
* </pre>
*
* <code>uint32 wishProgress = 10;</code>
* @param value The wishProgress to set.
* @return This builder for chaining.
*/
public Builder setWishProgress(int value) {
wishProgress_ = value;
onChanged();
return this;
}
/**
* <pre>
* DGIFMDIADJF
* </pre>
*
* <code>uint32 wishProgress = 10;</code>
* @return This builder for chaining.
*/
public Builder clearWishProgress() {
wishProgress_ = 0;
onChanged();
return this;
}
private int gachaType_ ;
/**
* <code>uint32 gachaType = 6;</code>
* <pre>
* KJHBJPGBOFP
* </pre>
*
* <code>uint32 gachaType = 8;</code>
* @return The gachaType.
*/
@java.lang.Override
@@ -817,7 +764,11 @@ public final class GachaWishRspOuterClass {
return gachaType_;
}
/**
* <code>uint32 gachaType = 6;</code>
* <pre>
* KJHBJPGBOFP
* </pre>
*
* <code>uint32 gachaType = 8;</code>
* @param value The gachaType to set.
* @return This builder for chaining.
*/
@@ -828,7 +779,11 @@ public final class GachaWishRspOuterClass {
return this;
}
/**
* <code>uint32 gachaType = 6;</code>
* <pre>
* KJHBJPGBOFP
* </pre>
*
* <code>uint32 gachaType = 8;</code>
* @return This builder for chaining.
*/
public Builder clearGachaType() {
@@ -840,7 +795,11 @@ public final class GachaWishRspOuterClass {
private int gachaScheduleId_ ;
/**
* <code>uint32 gachaScheduleId = 11;</code>
* <pre>
* NMKGGDOKHLF
* </pre>
*
* <code>uint32 gachaScheduleId = 5;</code>
* @return The gachaScheduleId.
*/
@java.lang.Override
@@ -848,7 +807,11 @@ public final class GachaWishRspOuterClass {
return gachaScheduleId_;
}
/**
* <code>uint32 gachaScheduleId = 11;</code>
* <pre>
* NMKGGDOKHLF
* </pre>
*
* <code>uint32 gachaScheduleId = 5;</code>
* @param value The gachaScheduleId to set.
* @return This builder for chaining.
*/
@@ -859,7 +822,11 @@ public final class GachaWishRspOuterClass {
return this;
}
/**
* <code>uint32 gachaScheduleId = 11;</code>
* <pre>
* NMKGGDOKHLF
* </pre>
*
* <code>uint32 gachaScheduleId = 5;</code>
* @return This builder for chaining.
*/
public Builder clearGachaScheduleId() {
@@ -871,7 +838,7 @@ public final class GachaWishRspOuterClass {
private int retcode_ ;
/**
* <code>int32 retcode = 9;</code>
* <code>int32 retcode = 13;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -879,7 +846,7 @@ public final class GachaWishRspOuterClass {
return retcode_;
}
/**
* <code>int32 retcode = 9;</code>
* <code>int32 retcode = 13;</code>
* @param value The retcode to set.
* @return This builder for chaining.
*/
@@ -890,7 +857,7 @@ public final class GachaWishRspOuterClass {
return this;
}
/**
* <code>int32 retcode = 9;</code>
* <code>int32 retcode = 13;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
@@ -902,7 +869,11 @@ public final class GachaWishRspOuterClass {
private int wishItemId_ ;
/**
* <code>uint32 wishItemId = 5;</code>
* <pre>
* LJJKNKCHHFM
* </pre>
*
* <code>uint32 wishItemId = 9;</code>
* @return The wishItemId.
*/
@java.lang.Override
@@ -910,7 +881,11 @@ public final class GachaWishRspOuterClass {
return wishItemId_;
}
/**
* <code>uint32 wishItemId = 5;</code>
* <pre>
* LJJKNKCHHFM
* </pre>
*
* <code>uint32 wishItemId = 9;</code>
* @param value The wishItemId to set.
* @return This builder for chaining.
*/
@@ -921,7 +896,11 @@ public final class GachaWishRspOuterClass {
return this;
}
/**
* <code>uint32 wishItemId = 5;</code>
* <pre>
* LJJKNKCHHFM
* </pre>
*
* <code>uint32 wishItemId = 9;</code>
* @return This builder for chaining.
*/
public Builder clearWishItemId() {
@@ -997,14 +976,12 @@ public final class GachaWishRspOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\022GachaWishRsp.proto\"\337\001\n\014GachaWishRsp\022\024\n" +
"\014wishProgress\030\003 \001(\r\022\027\n\017wishMaxProgress\030\007" +
" \001(\r\022\021\n\tgachaType\030\006 \001(\r\022\027\n\017gachaSchedule" +
"Id\030\013 \001(\r\022\017\n\007retcode\030\t \001(\005\022\022\n\nwishItemId\030" +
"\005 \001(\r\"O\n\013COIIDDMDPIL\022\010\n\004NONE\020\000\022\020\n\013PEPPOH" +
"PHJOJ\020\246\014\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA" +
"\020\001\032\002\020\001B\033\n\031emu.grasscutter.net.protob\006pro" +
"to3"
"\n\022GachaWishRsp.proto\"\216\001\n\014GachaWishRsp\022\027\n" +
"\017wishMaxProgress\030\003 \001(\r\022\024\n\014wishProgress\030\n" +
" \001(\r\022\021\n\tgachaType\030\010 \001(\r\022\027\n\017gachaSchedule" +
"Id\030\005 \001(\r\022\017\n\007retcode\030\r \001(\005\022\022\n\nwishItemId\030" +
"\t \001(\rB\033\n\031emu.grasscutter.net.protob\006prot" +
"o3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -1015,7 +992,7 @@ public final class GachaWishRspOuterClass {
internal_static_GachaWishRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_GachaWishRsp_descriptor,
new java.lang.String[] { "WishProgress", "WishMaxProgress", "GachaType", "GachaScheduleId", "Retcode", "WishItemId", });
new java.lang.String[] { "WishMaxProgress", "WishProgress", "GachaType", "GachaScheduleId", "Retcode", "WishItemId", });
}
// @@protoc_insertion_point(outer_class_scope)