diff options
| author | troido <troido@protonmail.com> | 2020-03-03 13:36:44 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-03 13:36:44 +0100 |
| commit | b2157791dfcaab18ec7f8ebb958341fe325cf419 (patch) | |
| tree | f94e638573878599b0ee108a0b06fbe1c8f69ef9 /src/systems/mod.rs | |
| parent | a8d0e075613cc973b66c37510103108362fe7d3d (diff) | |
added spawners an not-saved assemblages/templates
Diffstat (limited to 'src/systems/mod.rs')
| -rw-r--r-- | src/systems/mod.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/systems/mod.rs b/src/systems/mod.rs index f4b3edb..37afcd0 100644 --- a/src/systems/mod.rs +++ b/src/systems/mod.rs @@ -16,6 +16,7 @@ mod volate; mod updatecooldowns; mod controlai; mod die; +mod spawn; pub use self::{ controlinput::ControlInput, @@ -34,5 +35,6 @@ pub use self::{ volate::Volate, updatecooldowns::UpdateCooldowns, controlai::ControlAI, - die::Die + die::Die, + spawn::Spawn }; |
