feat: more plugin work and intra-scope communication
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
public interface ILevelDataProvider
|
||||
{
|
||||
public ILevel GetLevelData(int levelNumber);
|
||||
}
|
||||
Reference in New Issue
Block a user