示例#1
0
 public void ActiveShield(float time)
 {
     StopAllCoroutines();
     visualBarRtrans.ShowBar(time);
     shield.SetActive(true);
     StartCoroutine(IEActiveShield(time));
     isActived = true;
 }