Stream Patch plus WIP and quick fixes

This commit is contained in:
2022-04-24 22:16:49 -04:00
parent adbf36da9f
commit 5e9ed4c2f5
10 changed files with 127 additions and 66 deletions
+1
View File
@@ -8,6 +8,7 @@ public class StorageKeys
public static string EnabledStorage = "StorageEnabled";
public static string EnabledDataCollection = "StorageDataCollection";
public static string IsPlainView { get; set; } = "IsPlainView";
public static string IsDynamicFormatting { get; set; } = "IsDynamicFormatting";
public static string AttackTime { get; set; } = "AttackTime";
public static string TravelTime { get; set; } = "TravelTime";
public static string SelectedFaction { get; set; } = "SelectedFaction";