Remove unnecessary cache type specification

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2022-05-23 02:00:04 +09:00 committed by GitHub
parent c9ea87e6be
commit 267bef959f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ namespace osu.Game.Beatmaps
/// Provides various data sources which allow for synchronising visuals to a known beat.
/// Primarily intended for use with <see cref="BeatSyncedContainer"/>.
/// </summary>
[Cached(typeof(IBeatSyncProvider))]
[Cached]
public interface IBeatSyncProvider
{
ControlPointInfo? ControlPoints { get; }