WIP changes for layout engine and config
This commit is contained in:
@@ -7,6 +7,10 @@ public class GeneralSettings
|
||||
{
|
||||
public InventoryStackMode StackMode { get; set; } = InventoryStackMode.AggregateByItemId;
|
||||
public bool DebugEnabled { get; set; } = false;
|
||||
public bool CompactPackingEnabled { get; set; } = true;
|
||||
public int CompactLookahead { get; set; } = 24;
|
||||
public bool CompactPreferLargestFit { get; set; } = true;
|
||||
public bool CompactStableInsert { get; set; } = true;
|
||||
}
|
||||
|
||||
public enum InventoryStackMode : byte
|
||||
|
||||
Reference in New Issue
Block a user