removed final from npcManager

This commit is contained in:
Chiss 2014-11-08 18:37:18 +11:00
parent b6904f2ae1
commit 5ce38c3030

View File

@ -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;