mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 09:52:16 -07:00
Remove unnecessary new uuid field from event_move_card.
This commit is contained in:
parent
c06800590a
commit
7f492f9e4b
1 changed files with 1 additions and 2 deletions
|
|
@ -16,6 +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 uuid = 12;
|
||||
optional string new_card_uuid = 13;
|
||||
optional string new_card_uuid = 12;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue