Ejemplo n.º 1
0
 public void Type(TextToType t, float speed)
 {
     t          = TTT;
     customPace = speed;
     StartCoroutine(Typing());
 }
Ejemplo n.º 2
0
 public void Type(TextToType t)
 {
     t          = TTT;
     customPace = Pace;
     StartCoroutine(Typing());
 }