Start with entity support

This commit is contained in:
Lol3rrr
2024-09-20 23:46:38 +02:00
parent c5237af33b
commit 1bf68e78e4
11 changed files with 2849 additions and 8 deletions

View File

@@ -27,13 +27,15 @@ fn mirage_1() {
.player_info
.get(death.userid.as_ref().unwrap())
.unwrap();
dbg!(died_user);
// dbg!(died_user);
}
_ => {}
},
_ => {}
};
}
todo!()
}
#[test]