mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-17 05:04:56 +01:00
Add Startup Events to Database
Now emit startup events on conneciton Some events still to add
This commit is contained in:
@@ -8,7 +8,7 @@ public class TechnologyBroker : JournalBase
|
||||
public override string Event => "TechnologyBroker";
|
||||
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 IReadOnlyCollection<ItemName> ItemsUnlocked { get; init; }
|
||||
public IReadOnlyCollection<CommodityReward> Commodities { get; init; }
|
||||
public IReadOnlyCollection<MaterialReward> Materials { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user