Exemple #1
0
 public void Heal(int health)
 {
     if (isTutorial)
     {
         return;
     }
     flow.Heal(FlowMultiplier(health));
 }