using UnityEngine; namespace Gamestrap { public class SearchableComponent : MonoBehaviour, ISearchableComponent { } }