|
CPP04 1.0
|
Declares the Character class. [詳解]


クラス | |
| class | Character |
| Represents a character capable of equipping and using Materias. [詳解] | |
Declares the Character class.
This header defines the Character class, which implements the ICharacter interface. It represents a combatant with a name and an inventory of up to 4 AMateria objects. The class handles equipping, unequipping, and using materias, with a focus on deep copy semantics for its inventory to prevent memory leaks and ensure independent object states.
Character.hpp に定義があります。