update to grpc edit_node to allow editing icon and broadcasting a node update for all to listen to a change

This commit is contained in:
Blake Harnden 2019-10-17 13:00:20 -07:00
parent 74e15d9c9d
commit 5d5ffb70c2
3 changed files with 9 additions and 4 deletions

View file

@ -316,6 +316,7 @@ message EditNodeRequest {
int32 session_id = 1;
int32 node_id = 2;
Position position = 3;
string icon = 4;
}
message EditNodeResponse {