mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Remove unused class
This commit is contained in:
parent
89a863a337
commit
49997c54d0
@ -1,23 +0,0 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Rulesets.Osu.Scoring
|
||||
{
|
||||
public class HitOffset
|
||||
{
|
||||
public readonly Vector2 Position1;
|
||||
public readonly Vector2 Position2;
|
||||
public readonly Vector2 HitPosition;
|
||||
public readonly float Radius;
|
||||
|
||||
public HitOffset(Vector2 position1, Vector2 position2, Vector2 hitPosition, float radius)
|
||||
{
|
||||
Position1 = position1;
|
||||
Position2 = position2;
|
||||
HitPosition = hitPosition;
|
||||
Radius = radius;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user