Exemple #1
0
void	Personnage::attack(Personnage &cible)
{
	cible.take_damage(m_damage_weapon);
}