Пример #1
0
 public void AddPoint(GameTile t)
 {
     path.Add(t);
     totalCost += t.GetCost();
 }