mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:57:36 +02:00
fix #631
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user