ShantiManti/Assets/AstarPathfindingProject/PackageTools/UniqueComponentAttribute.cs
2024-09-24 12:45:16 +02:00

6 lines
188 B
C#

namespace Pathfinding {
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
public class UniqueComponentAttribute : System.Attribute {
public string tag;
}
}