Example #1
0
    public void EvaStrike()
    {
        GameObject obj = MessageSystemGameBlock.ReturnNearestEnemy();

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