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