Fix warning about plugin not referencing plugin

This commit is contained in:
Steve Streeting 2023-07-11 18:14:53 +01:00
parent 5dc3b1f222
commit 25846675cd

View File

@ -19,5 +19,11 @@
"Type": "DeveloperTool",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}