[Player] Add AI Pathfinding on a 2D grid to the player character
This commit is contained in:
6
Assets/External/AstarPathfindingProject/PackageTools/UniqueComponentAttribute.cs
vendored
Normal file
6
Assets/External/AstarPathfindingProject/PackageTools/UniqueComponentAttribute.cs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pathfinding {
|
||||
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
|
||||
public class UniqueComponentAttribute : System.Attribute {
|
||||
public string tag;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user