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