Files
crystall-punk-14/Content.Shared/_CP14/Trading/Components/CP14TradingContractComponent.cs
Red a3ae67a762 Trade reputation rework + Merchants back + Mining contract (#1347)
* refactor unlocking

* fix contract debug crashing

* Update dev_map.yml

* bugfixes and content rebalance

* ore buy contract
2025-06-01 15:10:36 +03:00

13 lines
391 B
C#

using Content.Shared._CP14.Trading.Prototypes;
using Content.Shared._CP14.Trading.Systems;
using Robust.Shared.Prototypes;
namespace Content.Shared._CP14.Trading.Components;
[RegisterComponent, Access(typeof(CP14SharedTradingPlatformSystem))]
public sealed partial class CP14TradingContractComponent : Component
{
[DataField]
public ProtoId<CP14TradingFactionPrototype> Faction;
}