1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 22:10:42 +08:00

Add xmldoc

This commit is contained in:
marvin
2025-06-04 20:03:40 +02:00
Unverified
parent 7f618b1dc7
commit 96db7b3af6
+4
View File
@@ -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
{
/// <summary>
/// A (very cute) animated version of the <see cref="FontAwesome.Solid.Ghost"/> icon.
/// </summary>
public partial class GhostIcon : Drawable
{
private IShader ghostShader = null!;