public bool CheckIfIsInCooldown(ActiveAction active)
 {
     return(activesInCoolDown.Contains(active));
 }
Beispiel #2
0
 private void ChangeCharacterActiveAction(ActiveAction action)
 {
     characterStateManager.CurrentActiveAction = action;
 }