mise en page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "ATarget.hpp"
|
||||
|
||||
void ATarget::getHitBySpell(ASpell const & aspell) const {
|
||||
void ATarget::getHitBySpell(ASpell const & aspell) const
|
||||
{
|
||||
std::cout << this->type << " has been " << aspell.getEffects() << "!\n";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user