2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-03 01:03:41 -04:00

Journal changes for Odyssey Update 12

This commit is contained in:
Xjph
2022-06-05 23:09:16 -02:30
parent 2200b94a6c
commit 396a5a9217
6 changed files with 42 additions and 0 deletions

View File

@ -5,5 +5,6 @@
public int Cost { get; init; }
public string DestinationSystem { get; init; }
public string DestinationLocation { get; init; }
public bool Retreat { get; init; }
}
}