Beispiel #1
0
 public void EntrarEnCombate()
 {
     enCombate = true;
     arma.ActivarMira();
     drone.enCombate = true;
 }