예제 #1
0
 public void ForEachStatusEffect(Action <StatusEffect> action)
 {
     StatusEffects.ForEach(action);
 }