Exemplo n.º 1
0
        public void MoveTo(Transform t)
        {
            WorldItem item = itemVar as WorldItem;

            if (item != null)
            {
                pendingActions++;
                item.MoveToPoint(GetPos(t), true);
            }
        }