Exemplo n.º 1
0
 public IEnumerator PrepareTalkRoutine(BattleUnit other)
 {
     box.ConfigureSpeakers(unit, other);
     yield return(null);
 }