GetPathLength() public méthode

public GetPathLength ( ) : int
Résultat int
 public GameEventArgs(Unit unit)
 {
     this.unit = unit;
     this.tilesToGoal = unit.GetPathLength();
 }