using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace UnityExplorer.Core.Search { internal enum SearchContext { UnityObject, GameObject, Component, Custom, Singleton, StaticClass } }