Esempio n. 1
0
Charger_Model::Charger_Model(char** tab)
{
	Database*	database;

	database = Database::GetInstance();
	this->__id = atoi(tab[0]);
	this->__ammo_model = database->Get_Ammo_Model(atoi(tab[1]));
	this->__nb_ammo_max = atoi(tab[2]);
}