151617181920212223
@Override public void execute() { BattleOverlord bg = BattleOverlord.getInstance(); bg.attack(); } }