mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Corrected proto warnings
This commit is contained in:
parent
7453385903
commit
cfebd53d5d
145 changed files with 1063 additions and 918 deletions
|
|
@ -1,5 +1,6 @@
|
|||
syntax = "proto2";
|
||||
message MoveCard_ToZone {
|
||||
optional string card_name = 1;
|
||||
optional string start_zone = 2;
|
||||
optional string target_zone = 3;
|
||||
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