refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Cryville.Crtr.Config.UI {
|
||||
|
||||
PdtRuleset _ruleset;
|
||||
InputProxy _proxy;
|
||||
readonly Dictionary<Identifier, InputConfigPanelEntry> _entries = new Dictionary<Identifier, InputConfigPanelEntry>();
|
||||
readonly Dictionary<Identifier, InputConfigPanelEntry> _entries = new();
|
||||
|
||||
public void Load(PdtRuleset ruleset, RulesetConfig rulesetConfig) {
|
||||
_ruleset = ruleset;
|
||||
|
Reference in New Issue
Block a user