mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 09:03:42 -04:00
Initial Commit
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
using System.Collections.Immutable;
|
||||
using System.Collections.Immutable;
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.Other;
|
||||
|
||||
public class ProspectedAsteroid : JournalBase
|
||||
{
|
||||
public class ProspectedAsteroid : JournalBase
|
||||
{
|
||||
public ImmutableList<ProspectMaterial> Materials { get; init; }
|
||||
public string Content { get; init; }
|
||||
public string Content_Localised { get; init; }
|
||||
public string MotherlodeMaterial { get; init; }
|
||||
public string MotherlodeMaterial_Localised { get; init; }
|
||||
public float Remaining { get; init; }
|
||||
}
|
||||
}
|
||||
public ImmutableList<ProspectMaterial> Materials { get; init; }
|
||||
public string Content { get; init; }
|
||||
public string Content_Localised { get; init; }
|
||||
public string MotherlodeMaterial { get; init; }
|
||||
public string MotherlodeMaterial_Localised { get; init; }
|
||||
public float Remaining { get; init; }
|
||||
}
|
Reference in New Issue
Block a user