adding stash calibration

This commit is contained in:
Boki 2026-02-18 19:41:05 -05:00
parent 23c581cff9
commit 3ae65d0e64
17 changed files with 848 additions and 111 deletions

View file

@ -32,6 +32,8 @@ public class SavedSettings
public bool Headless { get; set; } = true;
public BotMode Mode { get; set; } = BotMode.Trading;
public MapType MapType { get; set; } = MapType.TrialOfChaos;
public StashCalibration? StashCalibration { get; set; }
public StashCalibration? ShopCalibration { get; set; }
}
public class ConfigStore