mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
10 lines
211 B
Protocol Buffer
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;
|
|
} |