Skip to content

Commit

Permalink
Update to depend on Health module
Browse files Browse the repository at this point in the history
  • Loading branch information
e-aakash committed Jul 5, 2019
1 parent 41c93e0 commit 0cbdcc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.terasology.logic.behavior.core.Actor;
import org.terasology.logic.behavior.core.BaseAction;
import org.terasology.logic.behavior.core.BehaviorState;
import org.terasology.logic.health.DoDamageEvent;
import org.terasology.logic.health.event.DoDamageEvent;
import org.terasology.logic.health.EngineDamageTypes;
import org.terasology.logic.health.HealthComponent;
import org.terasology.logic.location.LocationComponent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.terasology.entitySystem.systems.RegisterMode;
import org.terasology.entitySystem.systems.RegisterSystem;
import org.terasology.logic.characters.CharacterMovementComponent;
import org.terasology.logic.health.OnDamagedEvent;
import org.terasology.logic.health.event.OnDamagedEvent;
import org.terasology.behaviors.components.FollowComponent;
import org.terasology.registry.In;
import org.terasology.behaviors.components.AttackOnHitComponent;
Expand Down

0 comments on commit 0cbdcc0

Please sign in to comment.