6 lines
110 B
C#
6 lines
110 B
C#
using UnityEngine;
|
|
|
|
namespace UnityEditorHelper
|
|
{
|
|
public class LayerAttribute : PropertyAttribute { }
|
|
} |