prime_forge/
arcane_weft.rs

1use crate::lost_realm::LostRealm;
2
3pub trait ArcaneWeft {
4    fn craft(self, lost_realm: &mut LostRealm);
5}