Remove duplicate getAnimation function and improve namespacing

This commit is contained in:
Dean Herbert
2019-08-30 12:59:58 +09:00
parent dc1046bf0c
commit 84e4748268
9 changed files with 279 additions and 277 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Retrieves the <see cref="Skin"/> which this <see cref="WorkingBeatmap"/> provides.
/// </summary>
Skin Skin { get; }
ISkin Skin { get; }
/// <summary>
/// Constructs a playable <see cref="IBeatmap"/> from <see cref="Beatmap"/> using the applicable converters for a specific <see cref="RulesetInfo"/>.