We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc3469 commit 1515541Copy full SHA for 1515541
1 file changed
src/Codebreaker.ViewModels/Models/Field.cs
@@ -16,14 +16,4 @@ public partial class Field : ObservableObject
16
/// </summary>
17
[ObservableProperty]
18
private string? _shape;
19
-
20
- /// <summary>
21
- /// The possible colors for this field.
22
- /// </summary>
23
- public string[]? PossibleColors { get; set; }
24
25
26
- /// The possible shapes for this field.
27
28
- public string[]? PossibleShapes { get; set; }
29
}
0 commit comments