Exemplo n.º 1
0
 public void ClearSections(float duration)
 {
     for (int i = 0; i < groundSections.rings.Count; i++)
     {
         for (int j = 0; j < groundSections.rings[i].sections.Count; j++)
         {
             ground.ResetGround(i, j, duration);
         }
     }
     set = false;
 }