mirror of
https://github.com/Kizuren/ShantiManti.git
synced 2025-12-30 19:14:15 +01:00
6 lines
188 B (Stored with Git LFS)
C#
6 lines
188 B (Stored with Git LFS)
C#
namespace Pathfinding {
|
|
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
|
|
public class UniqueComponentAttribute : System.Attribute {
|
|
public string tag;
|
|
}
|
|
}
|