mirror of
https://github.com/Kizuren/ShantiManti.git
synced 2025-12-21 21:16:04 +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;
|
|
}
|
|
}
|