mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 05:04:56 +01:00
Initial Commit
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class ShipyardNew : JournalBase
|
||||
{
|
||||
public class ShipyardNew : JournalBase
|
||||
{
|
||||
public string ShipType { get; init; }
|
||||
public string ShipType_Localised { get; init; }
|
||||
public ulong NewShipID { get; init; }
|
||||
}
|
||||
}
|
||||
public string ShipType { get; init; }
|
||||
public string ShipType_Localised { get; init; }
|
||||
public ulong NewShipID { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user