This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
aurora-sharp-desktop/Aurora/Proto/general.proto

10 lines
101 B
Protocol Buffer
Raw Normal View History

2019-05-31 14:17:14 +00:00
syntax = "proto3";
2019-07-05 18:17:09 +00:00
package Aurora.Proto;
2019-05-31 14:17:14 +00:00
message Chunk {
bytes Content = 1;
}
message Empty{
}