示例#1
0
文件: class.cpp 项目: chocopaille/cpp
void	Personnage::attack(Personnage &cible)
{
	cible.take_damage(m_damage_weapon);
}