holdItem()

public void holdItem(Item usingThis)
    {
        GameObject holdThis = Instantiate(usingThis.GetPrefab(), LaunchOffset.position, transform.rotation, transform.Find("persistantLocation"));
        startPersistant();
        holdingItem = true;
        swordAttacking = false;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *