예제 #1
0
 public void attaquerCible(Unite u, int degat)
 {
     u.Attaquer(degat);
 }