Update icon assets

This commit is contained in:
2026-02-01 01:54:04 +09:00
parent 6505099667
commit 9fcf06dbe4
55 changed files with 225 additions and 255 deletions

View File

@@ -5,18 +5,9 @@ namespace Ghost.Editor.Core.Inspector;
public interface IInspectable
{
public IconSource? Icon
{
get;
}
public IconSource? CreateIcon();
public UIElement? HeaderContent
{
get;
}
public UIElement? CreateHeader();
public UIElement? InspectorContent
{
get;
}
public UIElement? CreateInspector();
}