Esempio n. 1
0
 public static void InstantiateFoundation(FoundationData prototype, CellData cell)
 {
     FoundationData.Instantiate(prototype, cell);
     PathGrid.Invalidate();
 }