2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-04 09:33:43 -04:00

More xml docs.

This commit is contained in:
Xjph
2021-11-23 19:13:35 -03:30
parent 3524c4ae40
commit d356e43edb
7 changed files with 77 additions and 2 deletions

View File

@ -4,12 +4,12 @@ using System.Collections.Immutable;
namespace Observatory.Framework.Files
{
/// <summary>
/// Elite Dangerous shipyard.json file.
/// Elite Dangerous shipyard.json file. Contains data about ships available for purchase at the current station.
/// </summary>
public class ShipyardFile : Journal.JournalBase
{
/// <summary>
/// Unique ID of market.
/// Unique ID of current market.
/// </summary>
public ulong MarketID { get; init; }
/// <summary>