.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using R3;
|
||||
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
public interface ICurrentLevel
|
||||
{
|
||||
public int LevelNumber { get; }
|
||||
public ReadOnlyReactiveProperty<int> LevelNumber { get; }
|
||||
public void NextLevel();
|
||||
}
|
||||
Reference in New Issue
Block a user