7 lines
188 B
C#
Raw Normal View History

2024-02-01 19:06:51 +08:00
namespace Pathfinding {
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
public class UniqueComponentAttribute : System.Attribute {
public string tag;
}
}