mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
switched from qmake to cmake
This commit is contained in:
parent
16541141bd
commit
3c24899de6
143 changed files with 643 additions and 1254 deletions
14
common/pb/serverinfo_deckstorage.proto
Normal file
14
common/pb/serverinfo_deckstorage.proto
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
message ServerInfo_DeckStorage_File {
|
||||
optional uint32 creation_time = 1;
|
||||
}
|
||||
|
||||
message ServerInfo_DeckStorage_Folder {
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue