diff options
| author | troido <troido@protonmail.com> | 2020-09-24 09:38:18 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-09-24 09:38:18 +0200 |
| commit | 523a635dc88bc7890a0e1d3c062a8165259761d6 (patch) | |
| tree | 56b0e379349250ecbf75eda6ccdb1f6f791dcbb1 /src/components/mod.rs | |
| parent | daaf3a25e9c6cc1843b0a3aff71d4142f83dde10 (diff) | |
don't try to read into the json data structure all manually
Diffstat (limited to 'src/components/mod.rs')
| -rw-r--r-- | src/components/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs index 38a14bd..3f804da 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -184,7 +184,8 @@ pub struct Spawner { pub amount: usize, pub clan: Clan, pub template: Template, - pub saturated: bool + pub saturated: bool, + pub radius: i64 } #[derive(Component, Debug, Clone, PartialEq, Eq, Hash)] |
