mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-24 00:49:52 +08:00
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:
committed by
GitHub
Unverified
parent
922f7bca51
commit
516e5975e1
+47
-178
@@ -19,30 +19,35 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry>
|
||||
getInvokeListList();
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry getInvokeList(int index);
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
int getInvokeListCount();
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder>
|
||||
getInvokeListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder getInvokeListOrBuilder(
|
||||
int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AGBJEGIMDLE
|
||||
* CmdId: 387
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CombatInvocationsNotify}
|
||||
*/
|
||||
public static final class CombatInvocationsNotify extends
|
||||
@@ -89,7 +94,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 90: {
|
||||
case 26: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
invokeList_ = new java.util.ArrayList<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -133,156 +138,17 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.CombatInvocationsNotifyOuterClass.CombatInvocationsNotify.class, emu.grasscutter.net.proto.CombatInvocationsNotifyOuterClass.CombatInvocationsNotify.Builder.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Protobuf enum {@code CombatInvocationsNotify.ENECMIELGCN}
|
||||
*/
|
||||
public enum ENECMIELGCN
|
||||
implements com.google.protobuf.ProtocolMessageEnum {
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
NONE(0, 0),
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 323;</code>
|
||||
*/
|
||||
PEPPOHPHJOJ(1, 323),
|
||||
/**
|
||||
* <code>NNBKOLMPOEA = 1;</code>
|
||||
*/
|
||||
NNBKOLMPOEA(3, 1),
|
||||
UNRECOGNIZED(-1, -1),
|
||||
;
|
||||
|
||||
/**
|
||||
* <code>DCDNILFDFLB = 0;</code>
|
||||
*/
|
||||
public static final ENECMIELGCN DCDNILFDFLB = NONE;
|
||||
/**
|
||||
* <code>EAJIABGAOCI = 1;</code>
|
||||
*/
|
||||
public static final ENECMIELGCN EAJIABGAOCI = NNBKOLMPOEA;
|
||||
/**
|
||||
* <code>NONE = 0;</code>
|
||||
*/
|
||||
public static final int NONE_VALUE = 0;
|
||||
/**
|
||||
* <code>PEPPOHPHJOJ = 323;</code>
|
||||
*/
|
||||
public static final int PEPPOHPHJOJ_VALUE = 323;
|
||||
/**
|
||||
* <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 ENECMIELGCN 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 ENECMIELGCN forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return NONE;
|
||||
case 323: return PEPPOHPHJOJ;
|
||||
case 1: return NNBKOLMPOEA;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static com.google.protobuf.Internal.EnumLiteMap<ENECMIELGCN>
|
||||
internalGetValueMap() {
|
||||
return internalValueMap;
|
||||
}
|
||||
private static final com.google.protobuf.Internal.EnumLiteMap<
|
||||
ENECMIELGCN> internalValueMap =
|
||||
new com.google.protobuf.Internal.EnumLiteMap<ENECMIELGCN>() {
|
||||
public ENECMIELGCN findValueByNumber(int number) {
|
||||
return ENECMIELGCN.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.CombatInvocationsNotifyOuterClass.CombatInvocationsNotify.getDescriptor().getEnumTypes().get(0);
|
||||
}
|
||||
|
||||
private static final ENECMIELGCN[] VALUES = getStaticValuesArray();
|
||||
private static ENECMIELGCN[] getStaticValuesArray() {
|
||||
return new ENECMIELGCN[] {
|
||||
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
||||
};
|
||||
}
|
||||
public static ENECMIELGCN 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 ENECMIELGCN(int index, int value) {
|
||||
this.index = index;
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(enum_scope:CombatInvocationsNotify.ENECMIELGCN)
|
||||
}
|
||||
|
||||
public static final int INVOKELIST_FIELD_NUMBER = 11;
|
||||
public static final int INVOKE_LIST_FIELD_NUMBER = 3;
|
||||
private java.util.List<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry> invokeList_;
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry> getInvokeListList() {
|
||||
return invokeList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder>
|
||||
@@ -290,21 +156,21 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return invokeList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getInvokeListCount() {
|
||||
return invokeList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry getInvokeList(int index) {
|
||||
return invokeList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder getInvokeListOrBuilder(
|
||||
@@ -327,7 +193,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
for (int i = 0; i < invokeList_.size(); i++) {
|
||||
output.writeMessage(11, invokeList_.get(i));
|
||||
output.writeMessage(3, invokeList_.get(i));
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -340,7 +206,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
size = 0;
|
||||
for (int i = 0; i < invokeList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(11, invokeList_.get(i));
|
||||
.computeMessageSize(3, invokeList_.get(i));
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -371,7 +237,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getInvokeListCount() > 0) {
|
||||
hash = (37 * hash) + INVOKELIST_FIELD_NUMBER;
|
||||
hash = (37 * hash) + INVOKE_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInvokeListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -470,6 +336,11 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return builder;
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AGBJEGIMDLE
|
||||
* CmdId: 387
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code CombatInvocationsNotify}
|
||||
*/
|
||||
public static final class Builder extends
|
||||
@@ -667,7 +538,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder> invokeListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry> getInvokeListList() {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -677,7 +548,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public int getInvokeListCount() {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -687,7 +558,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry getInvokeList(int index) {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -697,7 +568,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder setInvokeList(
|
||||
int index, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry value) {
|
||||
@@ -714,7 +585,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder setInvokeList(
|
||||
int index, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder builderForValue) {
|
||||
@@ -728,7 +599,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder addInvokeList(emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry value) {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -744,7 +615,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder addInvokeList(
|
||||
int index, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry value) {
|
||||
@@ -761,7 +632,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder addInvokeList(
|
||||
emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder builderForValue) {
|
||||
@@ -775,7 +646,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder addInvokeList(
|
||||
int index, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder builderForValue) {
|
||||
@@ -789,7 +660,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder addAllInvokeList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry> values) {
|
||||
@@ -804,7 +675,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder clearInvokeList() {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -817,7 +688,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public Builder removeInvokeList(int index) {
|
||||
if (invokeListBuilder_ == null) {
|
||||
@@ -830,14 +701,14 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder getInvokeListBuilder(
|
||||
int index) {
|
||||
return getInvokeListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder getInvokeListOrBuilder(
|
||||
int index) {
|
||||
@@ -847,7 +718,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntryOrBuilder>
|
||||
getInvokeListOrBuilderList() {
|
||||
@@ -858,14 +729,14 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder addInvokeListBuilder() {
|
||||
return getInvokeListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder addInvokeListBuilder(
|
||||
int index) {
|
||||
@@ -873,7 +744,7 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
index, emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .CombatInvokeEntry invokeList = 11;</code>
|
||||
* <code>repeated .CombatInvokeEntry invoke_list = 3;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.CombatInvokeEntryOuterClass.CombatInvokeEntry.Builder>
|
||||
getInvokeListBuilderList() {
|
||||
@@ -961,12 +832,10 @@ public final class CombatInvocationsNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035CombatInvocationsNotify.proto\032\027CombatI" +
|
||||
"nvokeEntry.proto\"\243\001\n\027CombatInvocationsNo" +
|
||||
"tify\022&\n\ninvokeList\030\013 \003(\0132\022.CombatInvokeE" +
|
||||
"ntry\"`\n\013ENECMIELGCN\022\010\n\004NONE\020\000\022\020\n\013PEPPOHP" +
|
||||
"HJOJ\020\303\002\022\017\n\013DCDNILFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020" +
|
||||
"\001\022\017\n\013EAJIABGAOCI\020\001\032\002\020\001B\033\n\031emu.grasscutte" +
|
||||
"r.net.protob\006proto3"
|
||||
"nvokeEntry.proto\"B\n\027CombatInvocationsNot" +
|
||||
"ify\022\'\n\013invoke_list\030\003 \003(\0132\022.CombatInvokeE" +
|
||||
"ntryB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
|
||||
Reference in New Issue
Block a user