* New trading stuff * Crafts skill tree * More trading fixes, baby! * Last trading fix I hope * Merchants' supremacy * Gimme money * Readonly
7 lines
195 B
C#
7 lines
195 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._CP14.Trading.Components;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class CP14PriceScannerComponent : Component { }
|