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