Files
2020-07-04 14:41:25 +08:00

6 lines
110 B
C#

using UnityEngine;
namespace UnityEditorHelper
{
public class LayerAttribute : PropertyAttribute { }
}