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 { }
|