mirror of
https://gitee.com/jisol/jisol-game/
synced 2026-01-01 11:38:10 +00:00
提交
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Pathfinding {
|
||||
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple = true)]
|
||||
public class UniqueComponentAttribute : System.Attribute {
|
||||
public string tag;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user