feat: working version with scopes.
This commit is contained in:
@@ -2,5 +2,5 @@ namespace GodotHostTest.GodotDI;
|
||||
|
||||
public interface IValueGetter<out T>
|
||||
{
|
||||
public T Get();
|
||||
public T Value { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user