Files

7 lines
188 B
C#
Raw Permalink Normal View History

2026-02-21 17:04:05 -08:00
namespace Pathfinding {
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
public class UniqueComponentAttribute : System.Attribute {
public string tag;
}
}