package pathgame.algorithm; public class ExtraPath { private int weight; private int destX, destY; private Node2D destNode; }