mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-13 15:24:44 -04:00
9 lines
276 B
C#
9 lines
276 B
C#
namespace Observatory.Framework.Files.Journal.Odyssey;
|
|
|
|
public class BookTaxi : JournalBase
|
|
{
|
|
public int Cost { get; init; }
|
|
public string DestinationSystem { get; init; }
|
|
public string DestinationLocation { get; init; }
|
|
public bool Retreat { get; init; }
|
|
} |