just sync proto

This commit is contained in:
Yuuki
2024-05-22 19:51:09 +08:00
parent a85b668ccc
commit 443df7bd77
345 changed files with 1778 additions and 4617 deletions

View File

@@ -1,7 +1,10 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CombatInvokeEntry.proto";
// 4.6.0
// CmdId: 7549
message CombatInvocationsNotify {
repeated CombatInvokeEntry invoke_list = 8;
}
repeated CombatInvokeEntry invoke_list = 12;
}