Re-organize all projects (#4166)
This commit is contained in:
15
Content.Server/Cargo/Components/GalacticMarketComponent.cs
Normal file
15
Content.Server/Cargo/Components/GalacticMarketComponent.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Content.Shared.Cargo.Components;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Players;
|
||||
|
||||
namespace Content.Server.Cargo.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class GalacticMarketComponent : SharedGalacticMarketComponent
|
||||
{
|
||||
public override ComponentState GetComponentState(ICommonSession player)
|
||||
{
|
||||
return new GalacticMarketState(GetProductIdList());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user