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
watsonb8 823e1341ca First pass at events almost buttoned up.
The goal is to get the members list to update when new users enter and leave the party.
2019-07-07 17:12:13 -04:00

11 lines
110 B
Protocol Buffer

syntax = "proto3";
package Aurora.Proto.General;
message Chunk {
bytes Content = 1;
}
message Empty{
}