summaryrefslogtreecommitdiff
path: root/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs
blob: 68edb3915b9d31c36c0a01827de391e60efc95c4 (plain)
1
2
3
4
5
6
namespace Pathfinding {
	[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
	public class UniqueComponentAttribute : System.Attribute {
		public string tag;
	}
}