ProjectDDD/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs

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