This commit is contained in:
Brandon Watson
2021-03-05 11:56:51 -05:00
parent 91d0a55d5e
commit b61ffde4c9
11 changed files with 234 additions and 140 deletions

View File

@ -54,7 +54,7 @@ service Signal {
message Party {
//The resource name of the party
string name = 1;
string party_id = 2;
string id = 2;
string display_name = 3;
string description = 4;
string host_ip = 5;
@ -63,7 +63,7 @@ message Party {
message PartyListItem {
string name = 1;
string party_id = 2;
string id = 2;
}
message ListPartiesRequest {