mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
server-side part of client -> server commands almost converted to ProtocolBuffers. not usable yet
This commit is contained in:
parent
ca3a7e69a1
commit
4eb9dfc5bf
26 changed files with 1233 additions and 1436 deletions
5
common/pb/move_card_to_zone.proto
Normal file
5
common/pb/move_card_to_zone.proto
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
message MoveCard_ToZone {
|
||||
optional string card_name = 1;
|
||||
optional string start_zone = 2;
|
||||
optional string target_zone = 3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue