using UnityEngine; namespace AibisDream { public class CustomSortingLayerAttribute : PropertyAttribute { public CustomSortingLayerAttribute() { } } }