mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
Initial Commit
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Collections.Immutable;
|
||||
using System.Text.Json.Serialization;
|
||||
using Observatory.Framework.Files.Converters;
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.Other;
|
||||
|
||||
public class Synthesis : JournalBase
|
||||
{
|
||||
public class Synthesis : JournalBase
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public string Name { get; init; }
|
||||
|
||||
[JsonConverter(typeof(MaterialConverter))]
|
||||
public ImmutableList<Material> Materials { get; init; }
|
||||
}
|
||||
}
|
||||
[JsonConverter(typeof(MaterialConverter))]
|
||||
public ImmutableList<Material> Materials { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user