コード例 #1
0
    public void MeleeAttack()
    {
        Vector2 endPos = new Vector2(-3, 1);

        hero.MeleeAttack(endPos);
    }