Impl ShopEditor UI (WIP)

This commit is contained in:
2022-10-31 22:47:12 +08:00
parent 757bb2dd95
commit 52317d8d5a
11 changed files with 983 additions and 570 deletions

View File

@@ -178,5 +178,17 @@ namespace GrasscutterTools.Properties {
this["DefaultMailSender"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ShopJsonPath {
get {
return ((string)(this["ShopJsonPath"]));
}
set {
this["ShopJsonPath"] = value;
}
}
}
}