12 lines
173 B
C#
12 lines
173 B
C#
using UnityEngine;
|
|
|
|
namespace UGUIMiniMap
|
|
{
|
|
public class LayerMaskAttribute : PropertyAttribute
|
|
{
|
|
public LayerMaskAttribute()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |