예제 #1
0
파일: Event.cs 프로젝트: nexartic/Portfolio
    public void EvaStrike()
    {
        GameObject obj = MessageSystemGameBlock.ReturnNearestEnemy();

        if (obj)
        {
            obj.GetComponent <Animator>().SetBool("IsDeath", true);
        }
    }