mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
10 lines
259 B
Protocol Buffer
10 lines
259 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
message ServerInfo_DeckShareItem {
|
|
optional uint32 id = 1;
|
|
optional string name = 2;
|
|
repeated string tags = 3;
|
|
optional string banner_card = 4;
|
|
optional string game_format = 5;
|
|
optional string color_identity = 6;
|
|
}
|