mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 09:33:43 -04:00
Initial Commit
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
using System.Collections.Immutable;
|
||||
using System.Collections.Immutable;
|
||||
using Observatory.Framework.Files.Journal;
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files
|
||||
namespace Observatory.Framework.Files;
|
||||
|
||||
/// <summary>
|
||||
/// Information about current player ship equipped modules.
|
||||
/// </summary>
|
||||
public class ModuleInfoFile : JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Information about current player ship equipped modules.
|
||||
/// List of all equipped modules.
|
||||
/// </summary>
|
||||
public class ModuleInfoFile : Journal.JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// List of all equipped modules.
|
||||
/// </summary>
|
||||
public ImmutableList<Module> Modules { get; init; }
|
||||
}
|
||||
}
|
||||
public ImmutableList<Module> Modules { get; init; }
|
||||
}
|
Reference in New Issue
Block a user