mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-04 17:43:42 -04:00
Initial Commit
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
using System.Collections.Immutable;
|
||||
using System.Collections.Immutable;
|
||||
using Observatory.Framework.Files.ParameterTypes;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class TechnologyBroker : JournalBase
|
||||
{
|
||||
public class TechnologyBroker : JournalBase
|
||||
{
|
||||
public string BrokerType { get; init; }
|
||||
public ulong MarketID { get; init; }
|
||||
public ImmutableList<ItemName> ItemsUnlocked { get; init; }
|
||||
public ImmutableList<CommodityReward> Commodities { get; init; }
|
||||
public ImmutableList<MaterialReward> Materials { get; init; }
|
||||
}
|
||||
}
|
||||
public string BrokerType { get; init; }
|
||||
public ulong MarketID { get; init; }
|
||||
public ImmutableList<ItemName> ItemsUnlocked { get; init; }
|
||||
public ImmutableList<CommodityReward> Commodities { get; init; }
|
||||
public ImmutableList<MaterialReward> Materials { get; init; }
|
||||
}
|
Reference in New Issue
Block a user