RegenSystem{} for health regen (mana NYI)

This commit is contained in:
Llywelwyn 2023-08-01 01:44:02 +01:00
parent 6cef899ef6
commit 0169a88091
8 changed files with 86 additions and 16 deletions

View file

@ -4,3 +4,5 @@ mod turn_status_system;
pub use turn_status_system::TurnStatusSystem;
mod quip_system;
pub use quip_system::QuipSystem;
mod regen_system;
pub use regen_system::RegenSystem;