Files
42_SIDE_exam_05_cpp/cpp_module_02/ASpell.cpp
2022-12-01 15:47:19 +01:00

6 lines
110 B
C++

#include "ASpell.hpp"
void ASpell::launch(ATarget const & atarget) const {
atarget.getHitBySpell(*this);
};