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