Skip to content

Commit 7fa4b83

Browse files
committed
Removed lastMoveNumber
1 parent 717edcd commit 7fa4b83

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • src/Codebreaker.ViewModels/Models

src/Codebreaker.ViewModels/Models/Game.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ public partial class Game(
4646
[ObservableProperty]
4747
private TimeSpan? _duration;
4848

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-
5549
/// <summary>
5650
/// Gets the number of codes the player needs to fill.
5751
/// </summary>

0 commit comments

Comments
 (0)