Exemplo n.º 1
0
 public override void OnInteract()
 {
     Debug.Log("Valdis smiles upon you");
     effectManager.Healed(healTotal, healDuration, healTick);
     StartCoroutine(CooldownStart());
 }