i forgor to add default values to the boss 💀

This commit is contained in:
Fangoboyo 2022-06-25 19:07:32 -07:00
parent a83bacf951
commit 72898022a0

View File

@ -7,8 +7,8 @@ import org.bukkit.scheduler.BukkitTask;
public class BossBar { public class BossBar {
private Location dragonLocation; private Location dragonLocation;
private int bossHealth; private int bossHealth = 200;
private String text; private String text = "A BossBar!";
private SpawnFakeWither.FakeWither dragon; private SpawnFakeWither.FakeWither dragon;