예제 #1
0
 public void addStatusEffect(StatusEffect effect)
 {
     effects.Add(effect);
     effect.modifyTargetStats(true);
 }