|
|
@ -20,16 +20,6 @@ void Info::ofPlayer(Player *player) |
|
|
|
<< " Atk: " << player->getAtk() << "\n" |
|
|
|
<< " Def: " << player->getDef() << std::endl; |
|
|
|
} |
|
|
|
|
|
|
|
void Info::ofMonster(Monster *monster) |
|
|
|
{ |
|
|
|
std::cout << "Name: " << monster->getName() << "\n" |
|
|
|
<< " HP : " << monster->getCurrentHP() << "/" << monster->getMaxHP() << "\n" |
|
|
|
<< " Atk: " << monster->getAtk() << "\n" |
|
|
|
<< " Def: " << monster->getDef() << "\n" |
|
|
|
<< " Lvl: " << monster->getBounty() << std::endl; |
|
|
|
} |
|
|
|
|
|
|
|
void Info::ofApplication() |
|
|
|
{ |
|
|
|
std::cout << "=================================\n" |
|
|
|