Skip to content
Snippets Groups Projects
Commit 9f6d73ee authored by keyno10's avatar keyno10
Browse files

Health updates

parent 425eaf05
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ public class Health {
private final ArrayList<Integer> healthBoxes = new ArrayList<>();
private SimpleIntegerProperty numberOfHealth = new SimpleIntegerProperty(0);
private int bashing = 0;
private int lethal = 0;
private int agg = 0;
/**
* @param base Basic health boxes
* @param oxBody Health boxes per ox-body
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment