示例#1
0
 public void Wait()
 {
     companion.ClearAction();
     companion.actionRoutine = companion.StartCoroutine(companion.Idle());
 }