Пример #1
0
 public static void RemoveVoxelMapOreDepositCell(MyVoxelMapOreDepositCell cell)
 {
     if (OnRemoveOreCell != null)
     {
         OnRemoveOreCell(cell);
     }
 }
Пример #2
0
 static void MyVoxelMaps_OnRemoveOreCell(MyVoxelMapOreDepositCell cell)
 {
     RemoveClosedObject(cell);
 }