mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2025-12-24 16:24:03 +01:00
6 lines
188 B
C#
6 lines
188 B
C#
namespace Pathfinding {
|
|
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
|
|
public class UniqueComponentAttribute : System.Attribute {
|
|
public string tag;
|
|
}
|
|
}
|