示例#1
0
    IEnumerator PlayMoveToSoup()
    {
        yield return(arm.MoveToSoup());

        sceneMaster.OnTableSoupClick();
    }