12 lines
173 B
C#

using UnityEngine;
namespace UGUIMiniMap
{
public class LayerMaskAttribute : PropertyAttribute
{
public LayerMaskAttribute()
{
}
}
}