feat: more plugin work and intra-scope communication
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GodotHostTest.GodotDI;
|
||||
|
||||
public interface IValueGetter<out T>
|
||||
{
|
||||
public T Get();
|
||||
}
|
||||
Reference in New Issue
Block a user