🌫️ Modification (temporaire) de la visibilité de IsDangerous pour les vues

pull/96/head
Rémi LAVERGNE 1 year ago
parent f2ac649287
commit c875061d18
No known key found for this signature in database
GPG Key ID: 7BCBAE9031E39160

@ -24,7 +24,7 @@
/// <summary>
/// The fact that the cell is dangerous or not.
/// </summary>
private bool IsDangerous { get; set; }
public bool IsDangerous { get; set; }
public bool Valid { get; set; }

Loading…
Cancel
Save