Files
BABA_YAGA/Packages/com.arongranberg.astar/PackageTools/UniqueComponentAttribute.cs
2026-06-11 22:49:50 +07:00

7 lines
188 B
C#

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