mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-13 15:24:44 -04:00
11 lines
350 B
C#
11 lines
350 B
C#
namespace Observatory.Framework.Files.Journal.Odyssey;
|
|
|
|
public class DropShipDeploy : JournalBase
|
|
{
|
|
public string StarSystem { get; init; }
|
|
public ulong SystemAddress { get; init; }
|
|
public string Body { get; init; }
|
|
public int BodyID { get; init; }
|
|
public bool OnStation { get; init; }
|
|
public bool OnPlanet { get; init; }
|
|
} |