예제 #1
0
 public void AddBuff(int time, int amountOfHits, int atk, int percentAtk, float percentXSpd, float percentYSpd,
                     int def, int percentDef, int hp, int percentHp, int maxHp, int percentMaxHp)
 {
     values.AddBuff(time, amountOfHits, atk, percentAtk, percentXSpd, percentYSpd, def, percentDef, hp, percentHp,
                    maxHp, percentMaxHp);
 }