Implement custom ruleset config.

This commit is contained in:
2023-07-31 15:15:07 +08:00
parent 440581261e
commit e34a9cc868
5 changed files with 123 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ namespace Cryville.Crtr.Config {
ScrollVelocity = 1;
}
}
public Dictionary<string, object> configs
= new Dictionary<string, object>();
public Dictionary<string, InputEntry> inputs
= new Dictionary<string, InputEntry>();
public class InputEntry {