Ejemplo n.º 1
0
 private void FireRocketLoop()
 {
     entity.InvokeRepeating(LaunchRocket, 0, rocketOptions.Interval);
 }