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 4f30c0c commit a49df21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/terasology/anatomy/AnatomySystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import org.terasology.logic.console.commandSystem.annotations.Command;
import org.terasology.logic.console.commandSystem.annotations.CommandParam;
import org.terasology.logic.console.commandSystem.annotations.Sender;
import org.terasology.logic.health.OnDamagedEvent;
import org.terasology.logic.health.event.OnDamagedEvent;
import org.terasology.network.ClientComponent;
import org.terasology.registry.In;
import org.terasology.utilities.random.FastRandom;
Expand Down

0 comments on commit a49df21

Please sign in to comment.