14 lines
139 B
Rust
14 lines
139 B
Rust
use super::*;
|
|
|
|
pub struct NetworkSystem {
|
|
channel:Sender<Query>,
|
|
}
|
|
|
|
impl NetworkSystem {
|
|
|
|
}
|
|
|
|
impl Subsystem for NetworkSystem {
|
|
|
|
}
|