コード例 #1
0
 public static void RemoveVoxelMapOreDepositCell(MyVoxelMapOreDepositCell cell)
 {
     if (OnRemoveOreCell != null)
     {
         OnRemoveOreCell(cell);
     }
 }
コード例 #2
0
ファイル: MyRadar.cs プロジェクト: Bunni/Miner-Wars-2081
 static void MyVoxelMaps_OnRemoveOreCell(MyVoxelMapOreDepositCell cell)
 {
     RemoveClosedObject(cell);
 }