Files

8 lines
131 B
C#
Raw Permalink Normal View History

2025-08-05 09:30:40 +01:00
using System;
using UnityEngine;
namespace UnityEditor.Searcher
{
public class SearcherExampleComponent : MonoBehaviour { }
}