using System; namespace UnityAtoms { /// /// Attribute that makes an Atom searchable. /// [AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)] public class AtomsSearchable : Attribute { } }