示例#1
0
 public Coroutine WaitForSelection()
 {
     return(StartCoroutine(boardInput.WaitForSelection()));
 }