mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-08 08:03:38 +08:00
update gc 3.4 (#2041)
* update 3.4 * update3.4 * update 3.4 * update 3.4 * Add files via upload * Delete SetPropCommand.java * update 3.4 area id * update version * exchange cmdid * exchange cmdid * exchange cmdid * my fault * update AiSyncInfo
This commit is contained in:
committed by
GitHub
Unverified
parent
39b4aa1387
commit
71a1e31d37
+179
-59
@@ -19,41 +19,30 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption>
|
||||
getTakeOptionListList();
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption getTakeOptionList(int index);
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
int getTakeOptionListCount();
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder>
|
||||
getTakeOptionListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder getTakeOptionListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2627;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeBattlePassRewardReq}
|
||||
*/
|
||||
public static final class TakeBattlePassRewardReq extends
|
||||
@@ -100,7 +89,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 74: {
|
||||
case 10: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
takeOptionList_ = new java.util.ArrayList<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -144,17 +133,156 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
emu.grasscutter.net.proto.TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReq.class, emu.grasscutter.net.proto.TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TAKE_OPTION_LIST_FIELD_NUMBER = 9;
|
||||
/**
|
||||
* Protobuf enum {@code TakeBattlePassRewardReq.OOMGCHNIIFA}
|
||||
*/
|
||||
public enum OOMGCHNIIFA
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2619;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 2619),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final OOMGCHNIIFA DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final OOMGCHNIIFA EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 2619;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 2619;
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final int DCDNILFDFLB_VALUE = 0;
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
public static final int NNBKOLMPOEA_VALUE = 1;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final int EAJIABGAOCI_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 OOMGCHNIIFA 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 OOMGCHNIIFA forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 2619: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<OOMGCHNIIFA>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
OOMGCHNIIFA> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<OOMGCHNIIFA>() {
|
||||
public OOMGCHNIIFA findValueByNumber(int number) {
|
||||
return OOMGCHNIIFA.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.TakeBattlePassRewardReqOuterClass.TakeBattlePassRewardReq.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final OOMGCHNIIFA[] VALUES = getStaticValuesArray();
|
||||
private static OOMGCHNIIFA[] getStaticValuesArray() {
|
||||
return new OOMGCHNIIFA[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static OOMGCHNIIFA 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 OOMGCHNIIFA(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:TakeBattlePassRewardReq.OOMGCHNIIFA)
|
||||
}
|
||||
|
||||
public static final int TAKEOPTIONLIST_FIELD_NUMBER = 1;
|
||||
private java.util.List<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption> takeOptionList_;
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption> getTakeOptionListList() {
|
||||
return takeOptionList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder>
|
||||
@@ -162,21 +290,21 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return takeOptionList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getTakeOptionListCount() {
|
||||
return takeOptionList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption getTakeOptionList(int index) {
|
||||
return takeOptionList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder getTakeOptionListOrBuilder(
|
||||
@@ -199,7 +327,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < takeOptionList_.size(); i++) {
|
||||
output.writeMessage(9, takeOptionList_.get(i));
|
||||
output.writeMessage(1, takeOptionList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -212,7 +340,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < takeOptionList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(9, takeOptionList_.get(i));
|
||||
.computeMessageSize(1, takeOptionList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -243,7 +371,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getTakeOptionListCount() > 0) {
|
||||
hash = (37 * hash) + TAKE_OPTION_LIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + TAKEOPTIONLIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getTakeOptionListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -342,17 +470,6 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* enum CmdId {
|
||||
* option allow_alias = true;
|
||||
* NONE = 0;
|
||||
* CMD_ID = 2627;
|
||||
* ENET_CHANNEL_ID = 0;
|
||||
* ENET_IS_RELIABLE = 1;
|
||||
* IS_ALLOW_CLIENT = 1;
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TakeBattlePassRewardReq}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -550,7 +667,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder> takeOptionListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption> getTakeOptionListList() {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -560,7 +677,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public int getTakeOptionListCount() {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -570,7 +687,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption getTakeOptionList(int index) {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -580,7 +697,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder setTakeOptionList(
|
||||
int index, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption value) {
|
||||
@@ -597,7 +714,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder setTakeOptionList(
|
||||
int index, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder builderForValue) {
|
||||
@@ -611,7 +728,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder addTakeOptionList(emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption value) {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -627,7 +744,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder addTakeOptionList(
|
||||
int index, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption value) {
|
||||
@@ -644,7 +761,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder addTakeOptionList(
|
||||
emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder builderForValue) {
|
||||
@@ -658,7 +775,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder addTakeOptionList(
|
||||
int index, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder builderForValue) {
|
||||
@@ -672,7 +789,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder addAllTakeOptionList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption> values) {
|
||||
@@ -687,7 +804,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder clearTakeOptionList() {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -700,7 +817,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public Builder removeTakeOptionList(int index) {
|
||||
if (takeOptionListBuilder_ == null) {
|
||||
@@ -713,14 +830,14 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder getTakeOptionListBuilder(
|
||||
int index) {
|
||||
return getTakeOptionListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder getTakeOptionListOrBuilder(
|
||||
int index) {
|
||||
@@ -730,7 +847,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOptionOrBuilder>
|
||||
getTakeOptionListOrBuilderList() {
|
||||
@@ -741,14 +858,14 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder addTakeOptionListBuilder() {
|
||||
return getTakeOptionListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder addTakeOptionListBuilder(
|
||||
int index) {
|
||||
@@ -756,7 +873,7 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
index, emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .BattlePassRewardTakeOption take_option_list = 9;</code>
|
||||
* <code>repeated .BattlePassRewardTakeOption takeOptionList = 1;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.BattlePassRewardTakeOptionOuterClass.BattlePassRewardTakeOption.Builder>
|
||||
getTakeOptionListBuilderList() {
|
||||
@@ -844,10 +961,13 @@ public final class TakeBattlePassRewardReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035TakeBattlePassRewardReq.proto\032 BattleP" +
|
||||
"assRewardTakeOption.proto\"P\n\027TakeBattleP" +
|
||||
"assRewardReq\0225\n\020take_option_list\030\t \003(\0132\033" +
|
||||
".BattlePassRewardTakeOptionB\033\n\031emu.grass" +
|
||||
"cutter.net.protob\006proto3"
|
||||
"assRewardTakeOption.proto\"\260\001\n\027TakeBattle" +
|
||||
"PassRewardReq\0223\n\016takeOptionList\030\001 \003(\0132\033." +
|
||||
"BattlePassRewardTakeOption\"`\n\013OOMGCHNIIF" +
|
||||
"A\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\273\024\022\017\n\013DCDNILF" +
|
||||
"DFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\022\017\n\013EAJIABGAOCI\020\001" +
|
||||
"\032\002\020\001B\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user