8 lines
214 B
C#
8 lines
214 B
C#
using UnityEngine;
|
|
|
|
namespace Ashwild.Harvesting
|
|
{
|
|
/// <summary>Affiche un int comme une liste déroulante de layers Unity dans l'inspecteur.</summary>
|
|
public class LayerAttribute : PropertyAttribute { }
|
|
}
|