mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
6 lines
102 B
Rust
6 lines
102 B
Rust
use super::Module;
|
|
|
|
#[derive(Default)]
|
|
pub(crate) struct EntitySync {}
|
|
|
|
impl Module for EntitySync {}
|