1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-07 02:02:59 +03:00
Files
GC-Proto/proto/CombatInvocationsNotify.proto
2024-05-22 19:51:09 +08:00

10 lines
211 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CombatInvokeEntry.proto";
// 4.6.0
// CmdId: 7549
message CombatInvocationsNotify {
repeated CombatInvokeEntry invoke_list = 12;
}