mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Corrected proto warnings
This commit is contained in:
parent
7453385903
commit
cfebd53d5d
145 changed files with 1063 additions and 918 deletions
|
|
@ -1,14 +1,15 @@
|
|||
syntax = "proto2";
|
||||
message ServerInfo_DeckStorage_File {
|
||||
optional uint32 creation_time = 1;
|
||||
optional uint32 creation_time = 1;
|
||||
}
|
||||
|
||||
message ServerInfo_DeckStorage_Folder {
|
||||
repeated ServerInfo_DeckStorage_TreeItem items = 1;
|
||||
repeated ServerInfo_DeckStorage_TreeItem items = 1;
|
||||
}
|
||||
|
||||
message ServerInfo_DeckStorage_TreeItem {
|
||||
optional uint32 id = 1;
|
||||
optional string name = 2;
|
||||
optional ServerInfo_DeckStorage_File file = 10;
|
||||
optional ServerInfo_DeckStorage_Folder folder = 11;
|
||||
optional uint32 id = 1;
|
||||
optional string name = 2;
|
||||
optional ServerInfo_DeckStorage_File file = 10;
|
||||
optional ServerInfo_DeckStorage_Folder folder = 11;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue