Files
2026-06-22 16:18:34 +02:00

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 { }
}