Exemplo n.º 1
0
 public StarSystem GetNextSystem()
 {
     return(_navigationRepository.GetFirstUnscannedSystem());
 }