This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
2024-11-10 14:01:40 -08:00

14 lines
139 B
Rust

use super::*;
pub struct NetworkSystem {
channel:Sender<Query>,
}
impl NetworkSystem {
}
impl Subsystem for NetworkSystem {
}