示例#1
0
    public IEnumerator ActivateEffect()
    {
        yield return(StartCoroutine(effect?.Apply()));

        Destroy(gameObject);
    }