Beispiel #1
0
 public void ShowDamage(float Value, float holdTime)
 {
     StartCoroutine(textoEvento.ShowDamage("", Value, holdTime));
     textoEvento.SetAllUp();
 }