reworked app startup

This commit is contained in:
2024-09-22 18:54:16 +02:00
parent e01a50ec9c
commit 269846f457
6 changed files with 176 additions and 165 deletions

View File

@ -14,7 +14,7 @@ public class Planet
public string? OwnerId { get; set; }
public string? StarbaseType { get; set; }
public string StarbaseType { get; set; } = String.Empty;
public int ReportAge { get; set; } = 0;