feat: working version with scopes.

This commit is contained in:
redglow
2026-07-18 12:09:43 +02:00
parent 23e160438f
commit 04f0b5ef16
15 changed files with 120 additions and 87 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ namespace GodotHostTest.GodotDI;
public interface IValueGetter<out T>
{
public T Get();
public T Value { get; }
}