You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuickerStackPlugin.IgnoreConsumable=this.BindParameter<bool>(QuickerStackPlugin.IgnoreConsumable,"IgnoreConsumable","Whether to completely exclude consumables from quick stacking (food, potions).");
71
71
QuickerStackPlugin.IgnoreAmmo=this.BindParameter<bool>(QuickerStackPlugin.IgnoreAmmo,"IgnoreAmmo","Whether to completely exclude ammo from quick stacking (arrows)");
72
72
QuickerStackPlugin.CoalesceTrophies=this.BindParameter<bool>(QuickerStackPlugin.CoalesceTrophies,"CoalesceTrophies","Whether to put all types of trophies in the container if any trophy is found in that container.");
73
+
QuickerStackPlugin.UseThreading=this.BindParameter<bool>(QuickerStackPlugin.UseThreading,"UseThreading","Whether to enable threading when stacking.");
0 commit comments