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