Finished underwelming propagation

This commit is contained in:
2022-05-03 11:20:36 +02:00
parent 32f58b03cf
commit 6172358600
3 changed files with 161 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub enum State {
Dead,
Immune,
}
#[derive(Clone)]
#[derive(Clone,Copy)]
pub struct Human {
pub present_state : State,
pub x : i32,