removed final from npcManager
This commit is contained in:
parent
b6904f2ae1
commit
5ce38c3030
@ -42,7 +42,7 @@ public class SneakyAssassins extends SoloGame
|
|||||||
SWORD_DAMAGE.put(Material.DIAMOND_SWORD, 7.0);
|
SWORD_DAMAGE.put(Material.DIAMOND_SWORD, 7.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private final NpcManager _npcManager;
|
private NpcManager _npcManager;
|
||||||
private PowerUpManager _powerUpManager;
|
private PowerUpManager _powerUpManager;
|
||||||
private EntityType _disguiseType = EntityType.VILLAGER;
|
private EntityType _disguiseType = EntityType.VILLAGER;
|
||||||
private int _revealCountdown = 60;
|
private int _revealCountdown = 60;
|
||||||
|
Loading…
Reference in New Issue
Block a user