feat: fest matchmaking

This commit is contained in:
DJMrTV 2025-05-15 20:53:56 +02:00
commit 764a326d43
5 changed files with 70 additions and 1 deletions

View file

@ -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>;
}