Ejemplo n.º 1
0
 public int StaticApply(DamageData attackData)
 {
     return(Damage.StaticApply(attackData) + Poison.StaticApply(attackData));
 }