mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Impl ShopEditor UI (WIP)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user