Причесывание кода

This commit is contained in:
2025-02-24 18:01:34 +03:00
parent 14c74c5775
commit 05ee651e89
11 changed files with 56 additions and 32 deletions
@@ -33,8 +33,9 @@ namespace mROA.Implementation
foreach (var creationModule in _creationModules)
produced.Inject(creationModule);
produced.Inject(_hub.GetInteracion(id));
var interaction = _hub.GetInteracion(id);
produced.Inject(interaction);
return produced;
}