コード例 #1
0
ファイル: ShoeColl.cs プロジェクト: I3lackmist/Klusek-Leap
    IEnumerator shoeHit()
    {
        yield return(new WaitForSecondsRealtime(.2f));

        som.Bonk();
        pms.Fall();
    }