Files
crystall-punk-14/Content.Shared/_CP14/Currency/CP14CurrencyExaminableComponent.cs

11 lines
238 B
C#
Raw Permalink Normal View History

namespace Content.Shared._CP14.Currency;
/// <summary>
/// Allows you to estimate the value of an item with a simple glance.
/// </summary>
[RegisterComponent]
public sealed partial class CP14CurrencyExaminableComponent : Component
{
}