prime-forge 0.3.21

Forged in Lost Lands is a simple game engine built in Rust that focuses on data control and ease of use
Documentation
1
2
3
4
5
use crate::lost_realm::LostRealm;

pub trait ArcaneWeft {
    fn craft(self, lost_realm: &mut LostRealm);
}