9 lines
No EOL
207 B
Protocol Buffer
9 lines
No EOL
207 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "ForwardType.proto";
|
|
import "CombatTypeArgument.proto";
|
|
message CombatInvokeEntry {
|
|
bytes combat_data = 11;
|
|
ForwardType forward_type = 7;
|
|
CombatTypeArgument argument_type = 5;
|
|
} |