feat: refactor prudp code and start working on refactoring rmc
This commit is contained in:
parent
7d24a71f09
commit
3ea7c7e671
37 changed files with 2029 additions and 456 deletions
|
|
@ -1,13 +0,0 @@
|
|||
mod method_unregister_gathering;
|
||||
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::RwLock;
|
||||
use crate::define_protocol;
|
||||
use crate::protocols::matchmake::method_unregister_gathering::unregister_gathering_raw_params;
|
||||
use crate::protocols::matchmake_common::MatchmakeData;
|
||||
|
||||
define_protocol!{
|
||||
21(matchmake_data: Arc<RwLock<MatchmakeData>>) => {
|
||||
2 => unregister_gathering_raw_params
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue