Files

6 lines
110 B
C#
Raw Permalink Normal View History

2020-07-04 14:41:25 +08:00
using UnityEngine;
namespace UnityEditorHelper
{
public class LayerAttribute : PropertyAttribute { }
}