1 2 3 4 5 6
// massive_game_server/server/src/server/mod.rs pub mod instance; pub mod game_loop; // pub mod lifecycle; // For startup/shutdown logic