Files
crystall-punk-14/Content.Shared/_CP14/Currency/CP14CurrencyExaminableComponent.cs
Ed 2850665e33 Tavern map update (#516)
* recursive currency calculation

* map update

* fix
2024-10-27 17:09:06 +03:00

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