mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
5 lines
127 B
Protocol Buffer
5 lines
127 B
Protocol Buffer
message MoveCard_ToZone {
|
|
optional string card_name = 1;
|
|
optional string start_zone = 2;
|
|
optional string target_zone = 3;
|
|
}
|