Exemple #1
0
 /*
  * Finished
  * 破坏方块
  */
 public void BreakBlock(Vector3 pos)
 {
     cubeManager.BreakBlock(pos);
 }