mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-02 17:03:41 -04:00
Journal changes for Odyssey Update 12
This commit is contained in:
16
ObservatoryFramework/Files/FCMaterialsFile.cs
Normal file
16
ObservatoryFramework/Files/FCMaterialsFile.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace Observatory.Framework.Files
|
||||
{
|
||||
/// <summary>
|
||||
/// Elite Dangerous fcmaterials.json file. Contains data about current fleet carrier bartender stock.
|
||||
/// </summary>
|
||||
public class FCMaterialsFile : Journal.JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// List of items in stock and in demand from the carrier bartender.
|
||||
/// </summary>
|
||||
public ImmutableList<FCMaterial> Items { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user