CPP04 1.0
|
Declares the ICharacter interface. [詳解]
クラス | |
class | ICharacter |
An interface for any character that can interact with Materias. [詳解] | |
Declares the ICharacter interface.
This header defines the ICharacter interface, a pure abstract class that establishes the contract for any entity capable of interacting with Materias (magical items). It outlines fundamental actions such as getting a name, equipping/unequipping Materias, and using them. Classes implementing this interface must provide concrete definitions for all its pure virtual functions.
ICharacter.hpp に定義があります。