Cleanup before network implementation

This commit is contained in:
Valère Plantevin
2026-05-04 16:53:14 -04:00
parent 4ec5b98df4
commit cac6c9ac02
9 changed files with 286 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
use std::sync::{Arc, Mutex};
use std::sync::Mutex;
use bevy::prelude::*;
use tokio::sync::mpsc;
use crate::config::QuicConfig;
use crate::transport::QuicMessage;
use crate::transport::server::run_substrate_server;