CPP04 1.0
|
Declares the AMateria abstract base class. [詳解]
クラス | |
class | AMateria |
Represents an abstract base class for all magical materias. [詳解] | |
Declares the AMateria abstract base class.
This header defines the abstract base class AMateria, which serves as the blueprint for all magical items (materias). It establishes a common interface for materia types, including their type identification, cloning capability, and how they are used on a character. As an abstract class, it cannot be instantiated directly; concrete materia types must inherit from it.
AMateria.hpp に定義があります。