mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 06:39:51 +08:00
Add new protocol definitions
This commit is contained in:
+116
-116
@@ -19,33 +19,33 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 entity_id = 1;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return Whether the invoke field is set.
|
||||
*/
|
||||
boolean hasInvoke();
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return The invoke.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvoke();
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokeOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>uint32 entity_id = 9;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
int getEntityId();
|
||||
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* @return Whether the invoke field is set.
|
||||
*/
|
||||
boolean hasInvoke();
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* @return The invoke.
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvoke();
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokeOrBuilder();
|
||||
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The reason.
|
||||
*/
|
||||
java.lang.String getReason();
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The bytes for reason.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
@@ -53,8 +53,8 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1155
|
||||
* Obf: CMJMPJAFMGK
|
||||
* CmdId: 26730
|
||||
* Obf: PKAPLLHEELP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvocationFailNotify}
|
||||
@@ -102,18 +102,13 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
|
||||
entityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 18: {
|
||||
case 10: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
reason_ = s;
|
||||
break;
|
||||
}
|
||||
case 98: {
|
||||
case 50: {
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder subBuilder = null;
|
||||
if (invoke_ != null) {
|
||||
subBuilder = invoke_.toBuilder();
|
||||
@@ -126,6 +121,11 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
|
||||
entityId_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -158,21 +158,10 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify.class, emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 1;
|
||||
private int entityId_;
|
||||
/**
|
||||
* <code>uint32 entity_id = 1;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
public static final int INVOKE_FIELD_NUMBER = 12;
|
||||
public static final int INVOKE_FIELD_NUMBER = 6;
|
||||
private emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry invoke_;
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return Whether the invoke field is set.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -180,7 +169,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return invoke_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return The invoke.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -188,17 +177,28 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return invoke_ == null ? emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.getDefaultInstance() : invoke_;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokeOrBuilder() {
|
||||
return getInvoke();
|
||||
}
|
||||
|
||||
public static final int REASON_FIELD_NUMBER = 2;
|
||||
public static final int ENTITY_ID_FIELD_NUMBER = 9;
|
||||
private int entityId_;
|
||||
/**
|
||||
* <code>uint32 entity_id = 9;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
|
||||
public static final int REASON_FIELD_NUMBER = 1;
|
||||
private volatile java.lang.Object reason_;
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The reason.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -215,7 +215,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The bytes for reason.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -247,14 +247,14 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (entityId_ != 0) {
|
||||
output.writeUInt32(1, entityId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(reason_)) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, reason_);
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, reason_);
|
||||
}
|
||||
if (invoke_ != null) {
|
||||
output.writeMessage(12, getInvoke());
|
||||
output.writeMessage(6, getInvoke());
|
||||
}
|
||||
if (entityId_ != 0) {
|
||||
output.writeUInt32(9, entityId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -265,16 +265,16 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (entityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, entityId_);
|
||||
}
|
||||
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(reason_)) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, reason_);
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, reason_);
|
||||
}
|
||||
if (invoke_ != null) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(12, getInvoke());
|
||||
.computeMessageSize(6, getInvoke());
|
||||
}
|
||||
if (entityId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, entityId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -291,13 +291,13 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify other = (emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify) obj;
|
||||
|
||||
if (getEntityId()
|
||||
!= other.getEntityId()) return false;
|
||||
if (hasInvoke() != other.hasInvoke()) return false;
|
||||
if (hasInvoke()) {
|
||||
if (!getInvoke()
|
||||
.equals(other.getInvoke())) return false;
|
||||
}
|
||||
if (getEntityId()
|
||||
!= other.getEntityId()) return false;
|
||||
if (!getReason()
|
||||
.equals(other.getReason())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
@@ -311,12 +311,12 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityId();
|
||||
if (hasInvoke()) {
|
||||
hash = (37 * hash) + INVOKE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getInvoke().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getEntityId();
|
||||
hash = (37 * hash) + REASON_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getReason().hashCode();
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
@@ -416,8 +416,8 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1155
|
||||
* Obf: CMJMPJAFMGK
|
||||
* CmdId: 26730
|
||||
* Obf: PKAPLLHEELP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityInvocationFailNotify}
|
||||
@@ -457,14 +457,14 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
entityId_ = 0;
|
||||
|
||||
if (invokeBuilder_ == null) {
|
||||
invoke_ = null;
|
||||
} else {
|
||||
invoke_ = null;
|
||||
invokeBuilder_ = null;
|
||||
}
|
||||
entityId_ = 0;
|
||||
|
||||
reason_ = "";
|
||||
|
||||
return this;
|
||||
@@ -493,12 +493,12 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify buildPartial() {
|
||||
emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify result = new emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify(this);
|
||||
result.entityId_ = entityId_;
|
||||
if (invokeBuilder_ == null) {
|
||||
result.invoke_ = invoke_;
|
||||
} else {
|
||||
result.invoke_ = invokeBuilder_.build();
|
||||
}
|
||||
result.entityId_ = entityId_;
|
||||
result.reason_ = reason_;
|
||||
onBuilt();
|
||||
return result;
|
||||
@@ -548,12 +548,12 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify other) {
|
||||
if (other == emu.grasscutter.net.proto.AbilityInvocationFailNotifyOuterClass.AbilityInvocationFailNotify.getDefaultInstance()) return this;
|
||||
if (other.getEntityId() != 0) {
|
||||
setEntityId(other.getEntityId());
|
||||
}
|
||||
if (other.hasInvoke()) {
|
||||
mergeInvoke(other.getInvoke());
|
||||
}
|
||||
if (other.getEntityId() != 0) {
|
||||
setEntityId(other.getEntityId());
|
||||
}
|
||||
if (!other.getReason().isEmpty()) {
|
||||
reason_ = other.reason_;
|
||||
onChanged();
|
||||
@@ -587,49 +587,18 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
|
||||
private int entityId_ ;
|
||||
/**
|
||||
* <code>uint32 entity_id = 1;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 1;</code>
|
||||
* @param value The entityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEntityId(int value) {
|
||||
|
||||
entityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEntityId() {
|
||||
|
||||
entityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry invoke_;
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder> invokeBuilder_;
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return Whether the invoke field is set.
|
||||
*/
|
||||
public boolean hasInvoke() {
|
||||
return invokeBuilder_ != null || invoke_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
* @return The invoke.
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry getInvoke() {
|
||||
@@ -640,7 +609,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public Builder setInvoke(emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry value) {
|
||||
if (invokeBuilder_ == null) {
|
||||
@@ -656,7 +625,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public Builder setInvoke(
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder builderForValue) {
|
||||
@@ -670,7 +639,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public Builder mergeInvoke(emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry value) {
|
||||
if (invokeBuilder_ == null) {
|
||||
@@ -688,7 +657,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public Builder clearInvoke() {
|
||||
if (invokeBuilder_ == null) {
|
||||
@@ -702,7 +671,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder getInvokeBuilder() {
|
||||
|
||||
@@ -710,7 +679,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return getInvokeFieldBuilder().getBuilder();
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder getInvokeOrBuilder() {
|
||||
if (invokeBuilder_ != null) {
|
||||
@@ -721,7 +690,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>.AbilityInvokeEntry invoke = 12;</code>
|
||||
* <code>.AbilityInvokeEntry invoke = 6;</code>
|
||||
*/
|
||||
private com.google.protobuf.SingleFieldBuilderV3<
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntry.Builder, emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.AbilityInvokeEntryOrBuilder>
|
||||
@@ -737,9 +706,40 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return invokeBuilder_;
|
||||
}
|
||||
|
||||
private int entityId_ ;
|
||||
/**
|
||||
* <code>uint32 entity_id = 9;</code>
|
||||
* @return The entityId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getEntityId() {
|
||||
return entityId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 9;</code>
|
||||
* @param value The entityId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEntityId(int value) {
|
||||
|
||||
entityId_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 entity_id = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEntityId() {
|
||||
|
||||
entityId_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object reason_ = "";
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The reason.
|
||||
*/
|
||||
public java.lang.String getReason() {
|
||||
@@ -755,7 +755,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return The bytes for reason.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
@@ -772,7 +772,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @param value The reason to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -787,7 +787,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearReason() {
|
||||
@@ -797,7 +797,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string reason = 2;</code>
|
||||
* <code>string reason = 1;</code>
|
||||
* @param value The bytes for reason to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -881,8 +881,8 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n!AbilityInvocationFailNotify.proto\032\030Abi" +
|
||||
"lityInvokeEntry.proto\"e\n\033AbilityInvocati" +
|
||||
"onFailNotify\022\021\n\tentity_id\030\001 \001(\r\022#\n\006invok" +
|
||||
"e\030\014 \001(\0132\023.AbilityInvokeEntry\022\016\n\006reason\030\002" +
|
||||
"onFailNotify\022#\n\006invoke\030\006 \001(\0132\023.AbilityIn" +
|
||||
"vokeEntry\022\021\n\tentity_id\030\t \001(\r\022\016\n\006reason\030\001" +
|
||||
" \001(\tB\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
@@ -896,7 +896,7 @@ public final class AbilityInvocationFailNotifyOuterClass {
|
||||
internal_static_AbilityInvocationFailNotify_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityInvocationFailNotify_descriptor,
|
||||
new java.lang.String[] { "EntityId", "Invoke", "Reason", });
|
||||
new java.lang.String[] { "Invoke", "EntityId", "Reason", });
|
||||
emu.grasscutter.net.proto.AbilityInvokeEntryOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user