diff --git a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionMobs.cpp b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionMobs.cpp index 485c9c7..739a9b2 100644 --- a/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionMobs.cpp +++ b/DungeonAndDeamonScript/DungeonAndDemaonScript/GestionMobs.cpp @@ -1,8 +1,11 @@ #include "GestionMobs.h" +#include "MobsCorpACorpIA.h" + void GestionMobs::AjoutMobC2C(int pvMax, int speed, int degat, int cooldown, int rangeDegat, int rangeAgro) { - //mobs.push_back(FireElement); + MobsCorpACorpIA* fireElement = (MobsCorpACorpIA*) MobsCorpACorpIA::_new(); + mobs.push_back(fireElement); } void GestionMobs::AjoutMobDistance(int pvMax, int speed, int degat, int cooldown, int rangeAgro)