Skip to content

Commit 1515541

Browse files
committed
Removed properites for possible colors and shapes in the Field class.
1 parent abc3469 commit 1515541

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

  • src/Codebreaker.ViewModels/Models

src/Codebreaker.ViewModels/Models/Field.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,4 @@ public partial class Field : ObservableObject
1616
/// </summary>
1717
[ObservableProperty]
1818
private string? _shape;
19-
20-
/// <summary>
21-
/// The possible colors for this field.
22-
/// </summary>
23-
public string[]? PossibleColors { get; set; }
24-
25-
/// <summary>
26-
/// The possible shapes for this field.
27-
/// </summary>
28-
public string[]? PossibleShapes { get; set; }
2919
}

0 commit comments

Comments
 (0)