mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 02:12:14 -07:00
Re-order uuid to visually align with its field number.
This commit is contained in:
parent
54e22858e2
commit
c06800590a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ import "serverinfo_cardcounter.proto";
|
|||
message ServerInfo_Card {
|
||||
optional sint32 id = 1 [default = -1];
|
||||
optional string name = 2;
|
||||
optional string uuid = 17;
|
||||
optional sint32 x = 3 [default = -1];
|
||||
optional sint32 y = 4 [default = -1];
|
||||
optional bool face_down = 5;
|
||||
|
|
@ -19,4 +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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue