Exemplo n.º 1
0
 public static void RemoveCutLine(WoodMaterialObject boardToSplit, CutLine detachedLine)
 {
     detachedLine.SeverConnections();
     boardToSplit.RemoveLine(detachedLine);
     Destroy(detachedLine.gameObject);
 }