Exemplo n.º 1
0
 public void InvokeRandomized(Action action, float time, float repeat, float random)
 {
     InvokeHandler.InvokeRandomized(this, action, time, repeat, random);
 }