mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-23 02:42:16 -07:00
Refactor UUID to be providerId and change QString comparisons with empty string to isEmpty().
This commit is contained in:
parent
472186b4a0
commit
a958a126a5
24 changed files with 125 additions and 112 deletions
|
|
@ -16,5 +16,5 @@ message Event_MoveCard {
|
|||
optional sint32 y = 9 [default = -1];
|
||||
optional sint32 new_card_id = 10 [default = -1];
|
||||
optional bool face_down = 11;
|
||||
optional string new_card_uuid = 12;
|
||||
optional string new_card_provider_id = 12;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ message ServerInfo_Card {
|
|||
optional sint32 attach_player_id = 14 [default = -1];
|
||||
optional string attach_zone = 15;
|
||||
optional sint32 attach_card_id = 16 [default = -1];
|
||||
optional string uuid = 17;
|
||||
optional string provider_id = 17;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue