Beispiel #1
0
 public void Clear()
 {
     attackInProgress = null;
     comboCool.Clear();
     meal.Clear();
     acceptInput = true;
 }
Beispiel #2
0
 void SecondarySkill()
 {
     if (!canThrow)
     {
         transform.position = headRef.transform.position;
         Destroy(headRef);
         canThrow = true;
         mask.SetActive(false);
         throwCooldown.Clear();
     }
 }