Implement custom ruleset config.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user