CPP04 1.0
|
Declares the IMateriaSource interface. [詳解]
クラス | |
class | IMateriaSource |
An interface for objects that can learn Materia templates and create new Materias. [詳解] | |
Declares the IMateriaSource interface.
This header defines the IMateriaSource interface, a pure abstract class that establishes the contract for any entity capable of learning and creating Materias. It outlines fundamental actions such as storing Materia templates and instantiating new Materias based on learned types. Classes implementing this interface must provide concrete definitions for all its pure virtual functions.
IMateriaSource.hpp に定義があります。