Example #1
0
 public void ActivateText()
 {
     print("Text activated");
     tb.SetText(cup.GetName());
     cooldown = cooldownBaseDuration;
 }