From 96db7b3af642be3731c8b4fdb2e76a5b06494b1d Mon Sep 17 00:00:00 2001 From: marvin Date: Wed, 4 Jun 2025 20:03:40 +0200 Subject: [PATCH] Add xmldoc --- osu.Game/Graphics/GhostIcon.cs | 4 ++++ 1 file changed, 4 insertions(+) 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!;