CPP04 1.0
|
Implements the DroppedMateriaManager class. [詳解]
Implements the DroppedMateriaManager class.
This file provides the definitions for the DroppedMateriaManager class methods. It manages a fixed-size array of AMateria
pointers, handling the ownership and eventual deletion of AMateria
objects that are "dropped" in the game world. This class ensures proper memory cleanup for uncollected items.
DroppedMateriaManager.cpp に定義があります。