reworked app startup
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user