namespace GodotHostTest.Interfaces; public interface ICurrentLevel { public int LevelNumber { get; } public void NextLevel(); }