Ejemplo n.º 1
0
 public void CleanHeightTab()
 {
     HeightChecker.CleanHeight();
 }
Ejemplo n.º 2
0
 public void CleanHeightTab()
 {
     MapDefinition.CleanHeight();
 }
Ejemplo n.º 3
0
 void CleanCurrentCell()
 {
     currentHeightGround.CleanHeight();
     RebuildCurrentChecker();
     Repaint();
 }