21222324252627282930
TankGame.GAME.unlock(); } private void handleFireable(Node node, Node other) { Collidable parent = Tools.getCollidableParent(node); if (parent instanceof Fireable) { ((Fireable) parent).detonate(other); } }