.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using R3;
|
||||
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
@@ -8,5 +10,5 @@ public interface IScore
|
||||
/// <summary>
|
||||
/// The current score.
|
||||
/// </summary>
|
||||
public int Score { get; }
|
||||
public Observable<int> Score { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user