mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 14:50:26 -08:00
6 lines
127 B
Protocol Buffer
6 lines
127 B
Protocol Buffer
message MoveCard_ToZone {
|
|
optional string card_name = 1;
|
|
optional string start_zone = 2;
|
|
optional string target_zone = 3;
|
|
}
|