mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Resolve more CA1805 inspections
This commit is contained in:
@ -197,8 +197,8 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
private class TestHitObject : ConvertHitObject, IHasPosition
|
||||
{
|
||||
public float X { get; } = 0;
|
||||
public float Y { get; } = 0;
|
||||
public float X => 0;
|
||||
public float Y => 0;
|
||||
public Vector2 Position { get; } = Vector2.Zero;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user