public void UseSkills() { if (!bo_Behaviour.blasterOn) { ba_Behaviour.Use(Enemy); sm_Behaviour.Use(Enemy); } if (randomisingBlaster) { StartCoroutine(BlasterOnChance()); } }
public void QSkill(int skillIndex) { ba_Behaviour.Use(Player); }