diff --git a/osu.Game/Graphics/GhostIcon.cs b/osu.Game/Graphics/GhostIcon.cs index e72359219c..4322a612ca 100644 --- a/osu.Game/Graphics/GhostIcon.cs +++ b/osu.Game/Graphics/GhostIcon.cs @@ -10,10 +10,14 @@ using osu.Framework.Graphics.Rendering; using osu.Framework.Graphics.Rendering.Vertices; using osu.Framework.Graphics.Shaders; using osu.Framework.Graphics.Shaders.Types; +using osu.Framework.Graphics.Sprites; using osuTK; namespace osu.Game.Graphics { + /// + /// A (very cute) animated version of the icon. + /// public partial class GhostIcon : Drawable { private IShader ghostShader = null!;