make broken wand consistent

This commit is contained in:
bgkillas 2025-02-19 17:37:37 -05:00
parent e6db6e0d33
commit db8c2aacaf
7 changed files with 167 additions and 39 deletions

View file

@ -29,6 +29,7 @@ pub struct ModMessage {
pub enum SpawnOnce {
Enemy(String, bool, Option<PeerId>),
Chest(String, f32, f32),
BrokenWand,
}
#[derive(Debug, Encode, Decode, Clone)]