예제 #1
0
 public bool IsSolved() => Levels.All(l => l.IsSolved);
예제 #2
0
 public bool IsLocked() => Levels.All(l => l.Status == Level.LevelInfo.LevelInfoStatus.Locked);