mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 04:14:58 +01:00
More xml docs.
This commit is contained in:
@@ -3,8 +3,14 @@ using System.Collections.Immutable;
|
||||
|
||||
namespace Observatory.Framework.Files
|
||||
{
|
||||
/// <summary>
|
||||
/// Information about current player ship equipped modules.
|
||||
/// </summary>
|
||||
public class ModulesInfo : Journal.JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// List of all equipped modules.
|
||||
/// </summary>
|
||||
public ImmutableList<Module> Modules { get; init; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user