示例#1
0
 public void RestarVidaH(Heroe H, Minions M)
 {
     H.Vida -= M.Daño;
     if (H.Vida == 0)
     { H.Morir(); }
 }