Revert "Explosion refactor TEST MERG (#6995)" (#7005)

This commit is contained in:
Leon Friedrich
2022-03-06 06:02:34 +13:00
committed by GitHub
parent cd1902cdf2
commit c95516e5b2
71 changed files with 766 additions and 3964 deletions

View File

@@ -234,11 +234,6 @@ namespace Content.Shared.FixedPoint
_value == unit._value;
}
public bool EqualsApprox(FixedPoint2 other, FixedPoint2 tolerance)
{
return Math.Abs(_value - other._value) < tolerance._value;
}
public override readonly int GetHashCode()
{
// ReSharper disable once NonReadonlyMemberInGetHashCode