reworked app startup
This commit is contained in:
@ -13,7 +13,7 @@ public class Planet
|
||||
public string? Owner { get; set; }
|
||||
|
||||
[Index(2)]
|
||||
public string? StarbaseType { get; set; }
|
||||
public string StarbaseType { get; set; } = String.Empty;
|
||||
|
||||
[Index(3)]
|
||||
public int ReportAge { get; set; } = 0;
|
||||
|
Reference in New Issue
Block a user