Example #1
0
 public bool CheckIfMyShotsCollided(NaveEspacial otraNave)
 {
     return(arma.CheckShots(otraNave));
 }