示例#1
0
    IEnumerator FixStartup()
    {
        yield return(new WaitUntil(() => TM.BeatLast()));

        Reset();
        AuM.PlayBGM();
    }