public void initialize(UIPlane plane, GameObject hexPrefab, IWARPathfinder pathfinder) { base.initialize(pathfinder); this.plane = plane; this.hexPrefab = hexPrefab; }
protected void initialize(IWARPathfinder pathfinder) { this.pathfinder = pathfinder; }