Ejemplo n.º 1
0
 public Timer(Loopevent loop, float interval)
 {
     loopevent = loop;
     this.interval = interval; time_caculate = 0;
 }