mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 17:43:42 -04:00
Initial Commit
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
using System;
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
[Obsolete("This event was removed in Elite Dangerous 3.0 and will only appear in legacy data.")]
|
||||
public class EngineerApply : JournalBase
|
||||
{
|
||||
[Obsolete("This event was removed in Elite Dangerous 3.0 and will only appear in legacy data.")]
|
||||
public class EngineerApply : JournalBase
|
||||
{
|
||||
public string Engineer { get; init; }
|
||||
public string Blueprint { get; init; }
|
||||
public int Level { get; init; }
|
||||
}
|
||||
}
|
||||
public string Engineer { get; init; }
|
||||
public string Blueprint { get; init; }
|
||||
public int Level { get; init; }
|
||||
}
|
Reference in New Issue
Block a user