Chapter 20

This commit is contained in:
2022-01-29 14:14:34 +01:00
parent fdeabefd75
commit 62240a42c1
13 changed files with 75 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
use specs::prelude::*;
use crate::{CombatStats, GameLog, Heals};
use crate::{CombatStats, Heals};
pub struct HealingSystem {}