示例#1
0
    private IEnumerator Start()
    {
        yield return(new WaitForSeconds(1f));

        if (!ShouldBeActive)
        {
            Condition.Solve();
        }
    }