This commit is contained in:
minenice55
2024-01-19 23:05:26 -05:00
parent 4dd1fec62b
commit 5c46e64fc0
4 changed files with 32 additions and 35 deletions

View File

@ -80,8 +80,10 @@ namespace {context.TargetClass.Namespace}
sb.IndentLevel(3);
sb.Append($@"
inputDevices = new List<InputController>();
InputController[] controllers;
PlayerInputRefresh = new();
PlayerInputCleanUp = null;
");
foreach (var loadRunner in loadRunners)