mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-10 11:42:59 +03:00
just sync proto
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user