We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717edcd commit 7fa4b83Copy full SHA for 7fa4b83
1 file changed
src/Codebreaker.ViewModels/Models/Game.cs
@@ -46,12 +46,6 @@ public partial class Game(
46
[ObservableProperty]
47
private TimeSpan? _duration;
48
49
- /// <summary>
50
- /// Gets the last move number. This number is set from an game move analyer after the move was set.
51
- /// </summary>
52
- [ObservableProperty]
53
- private int _lastMoveNumber;
54
-
55
/// <summary>
56
/// Gets the number of codes the player needs to fill.
57
/// </summary>
0 commit comments