Add Set Prop Page

This commit is contained in:
2023-05-13 21:57:57 +08:00
parent 226742776f
commit 196b56ab71
8 changed files with 1506 additions and 1 deletions

View File

@@ -245,7 +245,7 @@ namespace GrasscutterTools.Forms
{
item.MeetCondList = TxtMeetCondList.Text.Split(',').Select(it => int.Parse(it.Trim())).ToList();
}
catch (Exception ex)
catch (Exception)
{
item.MeetCondList = new List<int>();
}