mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-05 18:13:42 -04:00
Initial Commit
This commit is contained in:
@ -1,16 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.FleetCarrier;
|
||||
|
||||
public class CarrierShipPack : JournalBase
|
||||
{
|
||||
public class CarrierShipPack : JournalBase
|
||||
{
|
||||
public ulong CarrierID { get; init; }
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public CarrierOperation Operation { get; init; }
|
||||
public string PackTheme { get; init; }
|
||||
public int PackTier { get; init; }
|
||||
public int Cost { get; init; }
|
||||
public int Refund { get; init; }
|
||||
}
|
||||
}
|
||||
public ulong CarrierID { get; init; }
|
||||
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||
public CarrierOperation Operation { get; init; }
|
||||
public string PackTheme { get; init; }
|
||||
public int PackTier { get; init; }
|
||||
public int Cost { get; init; }
|
||||
public int Refund { get; init; }
|
||||
}
|
Reference in New Issue
Block a user