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; }