Item linking, import/export fixed, stats

This commit is contained in:
Zeffuro
2025-12-29 10:27:14 +01:00
parent 2d254701d7
commit 399c80d405
7 changed files with 71 additions and 9 deletions
@@ -14,6 +14,7 @@ public class GeneralSettings
public bool OpenWithGameInventory { get; set; } = true;
public bool HideGameInventory { get; set; } = false;
public bool ShowCategoryItemCount { get; set; } = false;
public bool LinkItemEnabled { get; set; } = false;
}
public enum InventoryStackMode : byte