Example #1
0
 public Text(String _text, String _effect, float delay)
 {
     effectable = EffectBuilder.Build(_effect, _text, delay);
 }