Merge branch 'revert-virtualized-netids'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user