示例#1
0
    public override void _Process(float delta)
    {
        var someCondition = true;

        if (someCondition)
        {
            handler.StartIfNotExecuting(ExampleCoroutine);
        }
    }