Add Activity Config Editor (CHS Only)

This commit is contained in:
2023-05-08 22:53:40 +08:00
parent f4ec2ee5fa
commit 226742776f
18 changed files with 1736 additions and 517 deletions

View File

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