cleans up imports

This commit is contained in:
Llywelwyn 2023-08-17 05:52:14 +01:00
parent 51f8ee66e6
commit 6162eb090f
10 changed files with 23 additions and 37 deletions

View file

@ -1,5 +1,5 @@
use super::{
triggers::{BLESSED, CURSED, UNCURSED},
triggers::{BLESSED, UNCURSED},
EffectSpawner, EffectType,
};
use crate::{HungerClock, HungerState};