12 lines
189 B
C#
12 lines
189 B
C#
using UnityEngine;
|
|
|
|
namespace EmeraldAI
|
|
{
|
|
/// <summary>
|
|
/// Attribute to select a single layer.
|
|
/// </summary>
|
|
public class LayerAttribute : PropertyAttribute
|
|
{
|
|
|
|
}
|
|
} |