Skip to content

Commit ae71d56

Browse files
committed
feat: EnumParser read in culture specific json
1 parent f058a46 commit ae71d56

File tree

4 files changed

+2336
-375
lines changed

4 files changed

+2336
-375
lines changed

RszTool.App/SaveData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class SaveData
1010
public const string JsonPath = "RszTool.App.SaveData.json";
1111

1212
[JsonConverter(typeof(EnumJsonConverter<GameName>))]
13-
public GameName GameName { get; set; }
13+
public GameName GameName { get; set; } = GameName.re4;
1414
public ObservableCollection<string> RecentFiles { get; set; } = new();
1515
public ContextIDData LastContextID { get; set; } = new();
1616
}

0 commit comments

Comments
 (0)