StellarXipher/Library/PackageCache/com.unity.searcher@90d011a70418/Samples~/Scripts/SearcherExampleComponent.cs
2025-02-06 16:45:46 -05:00

8 lines
138 B
C#

using System;
using UnityEngine;
namespace UnityEditor.Searcher
{
public class SearcherExampleComponent : MonoBehaviour { }
}