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