mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
switched from qmake to cmake
This commit is contained in:
parent
16541141bd
commit
3c24899de6
143 changed files with 643 additions and 1254 deletions
20
common/pb/serverinfo_card.proto
Normal file
20
common/pb/serverinfo_card.proto
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
import "serverinfo_cardcounter.proto";
|
||||
|
||||
message ServerInfo_Card {
|
||||
optional sint32 id = 1 [default = -1];
|
||||
optional string name = 2;
|
||||
optional sint32 x = 3 [default = -1];
|
||||
optional sint32 y = 4 [default = -1];
|
||||
optional bool face_down = 5;
|
||||
optional bool tapped = 6;
|
||||
optional bool attacking = 7;
|
||||
optional string color = 8;
|
||||
optional string pt = 9;
|
||||
optional string annotation = 10;
|
||||
optional bool destroy_on_zone_change = 11;
|
||||
optional bool doesnt_untap = 12;
|
||||
repeated ServerInfo_CardCounter counter_list = 13;
|
||||
optional sint32 attach_player_id = 14 [default = -1];
|
||||
optional string attach_zone = 15;
|
||||
optional sint32 attach_card_id = 16 [default = -1];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue