RegenSystem{} for health regen (mana NYI)
This commit is contained in:
parent
6cef899ef6
commit
0169a88091
8 changed files with 86 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue