コード例 #1
0
 public void Attack(Joueur joueur)
 {
     joueur.Hurt(10);
     attack_cooldown = 0;
     Console.WriteLine("attack");
 }