Files
crystall-punk-14/Content.Shared/_CP14/Trading/Components/CP14PriceScannerComponent.cs
SenorJaba 8ab0939698 Merchant's monocle and ability (#1413)
* New trading stuff

* Crafts skill tree

* More trading fixes, baby!

* Last trading fix I hope

* Merchants' supremacy

* Gimme money

* Readonly
2025-06-13 12:24:36 +03:00

7 lines
195 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._CP14.Trading.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class CP14PriceScannerComponent : Component { }