Package mindustry.ai

Interface Pathfinder.PathCost

Enclosing class:
Pathfinder

public static interface Pathfinder.PathCost
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCost(int team, int tile)
     
  • Method Details

    • getCost

      int getCost(int team, int tile)