Ejemplo n.º 1
0
 public virtual void GetStart(GameObject obj)
 {
     _player = obj;
     //print("?????   " + obj);
     //进入 攻击距离
     IsStarting = true;
     if (SFTX)
     {
         //print(" 播放特效啊 !!!!!!!!!!!!!!!!!!!!!!!! ");
         SFTX.Play();
     }
 }
Ejemplo n.º 2
0
    public override void GetStart(GameObject obj)
    {
        _player = obj;

        if (IsHas4Dianding())
        {
            ReSetAll();
            return;
        }

        print(">>>>>>>diandings!!!!!");

        //RemoveDieDiandingInList();
        //ShowDiandings();

        //print("?????   " + obj);
        //进入 攻击距离
        IsStarting = true;
        if (SFTX)
        {
            //print(" 播放特效啊 !!!!!!!!!!!!!!!!!!!!!!!! ");
            SFTX.Play();
        }
    }