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