Пример #1
0
 public void Attend()
 {
     companion.ClearAction();
     companion.actionRoutine = companion.StartCoroutine(companion.Attend());
 }