Example #1
0
 private void UpdateNextAction()
 {
     nextAction.text = enemyActions.GetNextAction().explanation;
 }