8 lines
144 B
C#
8 lines
144 B
C#
namespace Content.Shared.Interfaces.Chemistry
|
|
{
|
|
public interface IRounderForReagents
|
|
{
|
|
decimal Round(decimal value);
|
|
}
|
|
}
|