~ruther/NosSmooth

8f9360dbf815ef4cdddc76fdc6a0eb569a9c881d — Rutherther 3 years ago e3c2be7 2022.10
fix(game): remove trailing spaces in position
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Game/Data/Info/Position.cs
M Core/NosSmooth.Game/Data/Info/Position.cs => Core/NosSmooth.Game/Data/Info/Position.cs +1 -1
@@ 45,7 45,7 @@ public record struct Position(short X, short Y)
    {
        return DistanceSquared(position) <= range * range;
    }
    

    /// <summary>
    /// Multiply position.
    /// </summary>

Do not follow this link