11 lines
185 B
C#
11 lines
185 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
namespace BitStrap
|
|
{
|
|
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
|
|
public class LayerSelectorAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|