feat: automatic injection of elements in scene.

This commit is contained in:
redglow
2026-07-17 15:14:40 +02:00
parent 659baff30c
commit 5ad3af84b2
15 changed files with 86 additions and 219 deletions
@@ -5,7 +5,7 @@ using Microsoft.Extensions.DependencyInjection;
namespace GodotHostTest.Game;
public partial class GameRootServiceSource : RootServiceSource
public partial class LevelServiceSource : RootServiceSource
{
[Export] private TargetSpawner _targetSpawner = null!;