Odyssey Update 13 journal changes
This commit is contained in:
parent
428b44cc2b
commit
796819617b
4 changed files with 28 additions and 0 deletions
|
|
@ -24,5 +24,9 @@ namespace Observatory.Framework.Files.Journal
|
|||
/// List of signals found.
|
||||
/// </summary>
|
||||
public ImmutableList<Signal> Signals { get; init; }
|
||||
/// <summary>
|
||||
/// List of genuses present.
|
||||
/// </summary>
|
||||
public ImmutableList<GenusType> Genuses { get; init; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue