feat: fest matchmaking
This commit is contained in:
parent
b8cc89a6d9
commit
764a326d43
5 changed files with 70 additions and 1 deletions
|
|
@ -11,4 +11,7 @@ pub trait Matchmake{
|
|||
|
||||
#[method_id(42)]
|
||||
async fn update_session_host(&self, gid: u32, change_owner: bool) -> Result<(), ErrorCode>;
|
||||
|
||||
#[method_id(44)]
|
||||
async fn migrate_gathering_ownership(&self, gid: u32, candidates: Vec<u32>, participants_only: bool) -> Result<(), ErrorCode>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue