示例#1
0
 private void Awake()
 {
     AI = GetComponentInParent <Pathfiding>();
 }
示例#2
0
    //bool isProcessingPath;

    private void Awake()
    {
        instance    = this;
        pathfinding = GetComponent <Pathfiding>();
    }