예제 #1
0
파일: Sheep.cs 프로젝트: tycobbb/insomnia
    private IEnumerator RemoveAsync()
    {
        yield return(mHover.Transition());

        gameObject.SetActive(false);
    }
예제 #2
0
파일: Food.cs 프로젝트: tycobbb/insomnia
 private IEnumerator RemoveAsync()
 {
     yield return(mHover.Transition());
 }