aurora/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{
}