Ejemplo n.º 1
0
        private Task _CtrlMoveDuringSkill;                        //技能过程中控制移动协程任务


        // Use this for initialization
        private void Start()
        {
            MeController  = GetComponent <ActionControler>();
            ThisTransform = MeController.Me.GoBase.transform;
            if (MeController.Me.GoCloth.transform.Find("X_Foot"))
            {
                _footTransform = MeController.Me.GoCloth.transform.Find("X_Foot").transform;
            }
        }
 // Use this for initialization
 void Start()
 {
     obj             = GameObject.Find("Manager");
     actionControler = obj.GetComponent <ActionControler>();
 }