Add ruleset config.

This commit is contained in:
2022-11-15 17:22:13 +08:00
parent 5444ea7186
commit f82e0ce9ef
5 changed files with 52 additions and 19 deletions

View File

@@ -84,6 +84,18 @@ namespace Cryville.Crtr {
}
}
[Browsable(false)]
[Category("data")]
[Description("The ruleset config file to load.")]
public string LoadRulesetConfig {
get {
return PlayerPrefs.GetString("LoadRulesetConfig", "");
}
set {
PlayerPrefs.SetString("LoadRulesetConfig", value);
}
}
[Browsable(false)]
[Category("data")]
[Description("The skin file to load.")]