using System; using UnityEngine; namespace RPGCoreCommon.Helpers.PropertyAttributeDrawers { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] public class LayerAttribute : PropertyAttribute { } }