add protobuf
This commit is contained in:
parent
11dbc95676
commit
c218dec1f2
3 changed files with 75 additions and 0 deletions
8
app/src/main/proto/saves.proto
Normal file
8
app/src/main/proto/saves.proto
Normal file
|
@ -0,0 +1,8 @@
|
|||
syntax = "proto3";
|
||||
|
||||
option java_package = "be.ugent.sel.studeez";
|
||||
option java_multiple_files = true;
|
||||
|
||||
message Saves {
|
||||
map<int32, bool> ids = 1;
|
||||
}
|
Reference in a new issue