예제 #1
0
 private void CheckIgnoreExplosionEffect(GenericShip ship, Action callBack)
 {
     ship.CallCheckSufferBombDetonation(delegate { AfterCheckIgnoreExplosionEffect(ship, callBack); });
 }