From c875061d1807c6578fe38c1b6eaf1b2da83f0128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sun, 2 Jun 2024 23:22:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AB=EF=B8=8F=20Modification=20(tempora?= =?UTF-8?q?ire)=20de=20la=20visibilit=C3=A9=20de=20IsDangerous=20pour=20le?= =?UTF-8?q?s=20vues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Models/Game/Cell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Trek-12/Models/Game/Cell.cs b/source/Trek-12/Models/Game/Cell.cs index 2548cfe..b2eb151 100644 --- a/source/Trek-12/Models/Game/Cell.cs +++ b/source/Trek-12/Models/Game/Cell.cs @@ -24,7 +24,7 @@ /// /// The fact that the cell is dangerous or not. /// - private bool IsDangerous { get; set; } + public bool IsDangerous { get; set; } public bool Valid { get; set; }