Files
2026-03-04 10:03:45 +08:00

5 lines
69 B
C#

public interface IFHierarchyIcon
{
string EditorIconPath { get; }
}