Exemplo n.º 1
0
 public override void OnInteract()
 {
     Debug.Log("Vigdis gives you her strength");
     effectManager.Strengthen(strengthDuration);
     StartCoroutine(CooldownStart());
 }