prevents energy from ticking up whilst AI is culled

This commit is contained in:
Llywelwyn 2023-08-15 21:18:28 +01:00
parent f2b58a3feb
commit 2887bb9736
6 changed files with 53 additions and 11 deletions

View file

@ -55,6 +55,7 @@ pub struct Faction {
pub enum Movement {
Static,
Random,
RandomWaypoint { path: Option<Vec<usize>> },
}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]