mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Remove redundant interface specification
This commit is contained in:
parent
63dd55c92c
commit
fde026d443
@ -17,7 +17,7 @@ namespace osu.Game.Skinning
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A sample corresponding to an <see cref="ISampleInfo"/> that supports being pooled and responding to skin changes.
|
/// A sample corresponding to an <see cref="ISampleInfo"/> that supports being pooled and responding to skin changes.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class PoolableSkinnableSample : SkinReloadableDrawable, IAggregateAudioAdjustment, IAdjustableAudioComponent
|
public class PoolableSkinnableSample : SkinReloadableDrawable, IAdjustableAudioComponent
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The currently-loaded <see cref="DrawableSample"/>.
|
/// The currently-loaded <see cref="DrawableSample"/>.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user