This commit is contained in:
Maple Nebel 2026-06-22 14:30:26 +02:00
commit bb0927c4a0

View file

@ -43,7 +43,10 @@ use rnex_core::{
prudp::socket_addr::PRUDPSockAddr,
rmc::{
protocols::{
message_delivery::{MessageDelivery, RemoteMessageDeliveryNoResponse},
message_delivery::{
MessageDelivery, RawMessageDelivery, RawMessageDeliveryInfo, RemoteMessageDelivery,
RemoteMessageDeliveryNoResponse,
},
messaging::UserMessage,
notifications::{NotificationEvent, RemoteNotification},
ranking::{
@ -88,7 +91,8 @@ cfg_if! {
Matchmake,
NatTraversal,
Utility,
Ranking
Ranking,
MessageDelivery
}
);
}