mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
9 lines
188 B
C#
9 lines
188 B
C#
using UnityEditor.IMGUI.Controls;
|
|
|
|
namespace TEngine.Editor
|
|
{
|
|
internal sealed class AssetViewItem : TreeViewItem
|
|
{
|
|
public ReferenceFinderData.AssetDescription data;
|
|
}
|
|
} |