Ejemplo n.º 1
0
 //卸载所有关卡资源
 public void UnloadLevel()
 {
     GreenCount = 0;
     FirstStep  = true;
     GreyCells.Clear();
     Destroy(GridRoot.gameObject);
 }