Files
OldThink/Content.Shared/Interfaces/Chemistry/IRounderForReagents.cs

8 lines
144 B
C#

namespace Content.Shared.Interfaces.Chemistry
{
public interface IRounderForReagents
{
decimal Round(decimal value);
}
}