Merge branch 'revert-virtualized-netids'

This commit is contained in:
Pieter-Jan Briers
2020-06-09 00:40:23 +02:00
26 changed files with 32 additions and 63 deletions

View File

@@ -89,9 +89,7 @@ namespace Content.Shared.GameObjects.Components.Cargo
public class GalacticMarketState : ComponentState
{
public List<string> Products;
public override uint NetID => ContentNetIDs.GALACTIC_MARKET;
public GalacticMarketState(List<string> technologies)
public GalacticMarketState(List<string> technologies) : base(ContentNetIDs.GALACTIC_MARKET)
{
Products = technologies;
}