Namespace Content.Shared.FixedPoint
Classes
FixedPointEnumerableExt
Structs
FixedPoint2
Represents a quantity of something, to a precision of 0.01. To enforce this level of precision, floats are shifted by 2 decimal points, rounded, and converted to an int.