Replaced static Rounders with an impleneted interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.Interfaces.Chemistry
|
||||
{
|
||||
public interface IRounderForReagents
|
||||
{
|
||||
decimal Round(decimal value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user