private void RandomAction() { EnemyActions.Do(actions[Random.Range(0, actions.Count)], this.gameObject, this); }