Skip to content

Commit

Permalink
add request to protobuf schema to promote another team member to be t…
Browse files Browse the repository at this point in the history
…he team leader
  • Loading branch information
liamcottle committed Mar 27, 2021
1 parent f1486dc commit ca5436e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rustplus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ message AppRequest {
optional AppFlag setSubscription = 17;
optional AppEmpty getMapMarkers = 18;
optional AppCameraFrameRequest getCameraFrame = 19;
optional AppPromoteToLeader promoteToLeader = 20;

}

Expand All @@ -43,6 +44,10 @@ message AppCameraFrameRequest {
required uint32 frame = 2;
}

message AppPromoteToLeader {
required uint64 steamId = 1;
}

message AppResponse {
required uint32 seq = 1;
optional AppSuccess success = 4;
Expand Down

0 comments on commit ca5436e

Please sign in to comment.