6 lines
155 B
Protocol Buffer
6 lines
155 B
Protocol Buffer
syntax = "proto2";
|
|
message MoveCard_ToZone {
|
|
optional string card_name = 1;
|
|
optional string start_zone = 2;
|
|
optional string target_zone = 3;
|
|
}
|