7 lines
137 B
Protocol Buffer
7 lines
137 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
import "CombatInvokeEntry.proto";
|
|
message CombatInvocationsNotify {
|
|
repeated CombatInvokeEntry invoke_list = 11;
|
|
}
|