Esempio n. 1
0
 public void addBuff(string buffName, float dur, BuffType type, Unit u)
 {
     u.addBuff(new Buff(buffName, dur, type, u));
 }