stich fleet loading together

This commit is contained in:
2024-10-02 20:18:00 +02:00
parent e6c2f969b4
commit b1fb26db5a
6 changed files with 128 additions and 12 deletions

View File

@ -74,6 +74,14 @@ public class Fleet
#endregion
#region
public string TrueDestination { get; set; } = String.Empty;
public string ShipTypeGuess { get; set; } = String.Empty;
#endregion
#region Relationships
public Race? Owner { get; set; }