mirror of
https://github.com/ppy/osu
synced 2025-02-08 14:17:29 +00:00
Remove unnecessary cache type specification
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
c9ea87e6be
commit
267bef959f
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user