示例#1
0
    public void Take(Unit _owner, Vector3[] path)
    {
        Go temp = new Go(path);

        temp.Take(this);
        toDo.Insert(0, temp);
        Take(_owner);
    }