11 lines
238 B
C#
11 lines
238 B
C#
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
|
|
{
|
|
}
|