添加引用分析

This commit is contained in:
Molth Nevin
2025-05-26 15:07:50 +08:00
parent c6f1508e84
commit 32c1edd0a5
21 changed files with 1252 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using UnityEditor.IMGUI.Controls;
namespace TEngine.Editor
{
internal sealed class AssetViewItem : TreeViewItem
{
public ReferenceFinderData.AssetDescription data;
}
}