ShantiManti/Assets/AstarPathfindingProject/PackageTools/UniqueComponentAttribute.cs
2024-04-28 13:51:52 +02:00

6 lines
188 B (Stored with Git LFS)
C#

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