mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
added responses + events
This commit is contained in:
parent
26f0f0df0e
commit
ca9122b9fb
84 changed files with 815 additions and 1482 deletions
20
common/pb/proto/serverinfo_card.proto
Normal file
20
common/pb/proto/serverinfo_card.proto
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
import "serverinfo_cardcounter.proto";
|
||||
|
||||
message ServerInfo_Card {
|
||||
optional sint32 id = 1;
|
||||
optional string name = 2;
|
||||
optional sint32 x = 3;
|
||||
optional sint32 y = 4;
|
||||
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;
|
||||
optional string attach_zone = 15;
|
||||
optional sint32 attach_card_id = 16;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue