public void AddBuff(Buff newBuff, Opponent opponent) { opponent.AddBuff(newBuff); }
public void SetOpponent(Opponent activeOpponent) { this.activeOpponent = activeOpponent; }