Declares the Cure materia class.
This header defines the Cure class, a concrete type of AMateria
. It provides the specific functionality for a healing materia, including its constructor, copy operations, destructor, cloning behavior, and its unique use()
effect.
Cure.hpp に定義があります。