feat: more plugin work and intra-scope communication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
public interface ICurrentLevel
|
||||
{
|
||||
public int LevelNumber { get; }
|
||||
public void NextLevel();
|
||||
}
|
||||
Reference in New Issue
Block a user