Example #1
0
    void OnMouseDown()
    {
        Debug.Log("heal called");
        if (totem.isPlayerNear)
        {
            totem.HealPlayer();

            Debug.Log("heal called");
        }
    }