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.
This commit is contained in:
watsonb8
2019-07-07 17:12:13 -04:00
parent 74f5d3e9c6
commit 823e1341ca
14 changed files with 563 additions and 20 deletions

View File

@ -1,10 +1,10 @@
syntax = "proto3";
package Aurora.Proto;
package Aurora.Proto.General;
message Chunk {
bytes Content = 1;
}
message Empty{
}
}