Namespace InventorySystem.Utils
Classes
MathUtils
Static Utility for common math problems.
Interfaces
ICopyable<TType>
Make this able to be copied.
IEquivalent<TType>
Check if this is equivalent to another "other" object. This is not the same as Equals, as we do not compare the object instance but rather the state of this to "other".