Beispiel #1
0
 public TimedEvent(float time, Functions.EventFunc func)
 {
     this.time = time;
     this.func = func;
 }
 public TimedEvent(float time, Functions.EventFunc func)
 {
     this.time = time;
     this.func = func;
 }