パッケージ mechanics.buff
package mechanics.buff
-
クラスクラス説明A
Buffthat only applies its stat bonuses when a specific character is the currently active (on-field) character.Abstract base class for all stat-modifying buffs in the simulation.A concreteBuffimplementation that delegates stat application to aConsumer<StatsContainer> lambda.