mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
7 lines
188 B
C#
7 lines
188 B
C#
namespace Pathfinding {
|
|
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
|
|
public class UniqueComponentAttribute : System.Attribute {
|
|
public string tag;
|
|
}
|
|
}
|