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