using System.Collections; using System.Collections.Generic; using UnityEngine; namespace KairoEngine.Core { /// /// Attribute to select a single tag. /// public class TagAttribute : PropertyAttribute { // NOTHING - just oxygen. } }