mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove unnecessary redirection property to Container.Info
This commit is contained in:
@ -193,9 +193,9 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
|
||||
private class TestBeatmapInfoWedge : BeatmapInfoWedge
|
||||
{
|
||||
public new WedgeInfoText Info => base.Info;
|
||||
|
||||
public new BeatmapInfoWedgeContainer Container => base.Container;
|
||||
|
||||
public WedgeInfoText Info => base.Container.Info;
|
||||
}
|
||||
|
||||
private class TestHitObject : ConvertHitObject, IHasPosition
|
||||
|
Reference in New Issue
Block a user